Learn C programs
List
- C program to enter the name of the user and print it on the screen
- Implementation of gets and puts function
- 1-D array implementation
- C program to find the address of 1-D array element
- C program to find the location address from given 1-D integer type array elements
- C program to find the address of 2-D array element
- Tower of Hanoi
- C program for linear search
- C program for binary search
- C program for bubble sort
- C program for selection sort