LOOPS AND ARRAYS
- 1.c -- Finding the number of digits in the given number
- 2.c -- Printing the first "n" natural numbers
- 3.c -- Printing a string N" times
- 4.c -- Finding the sum of all odd numbers from a given number to 10
- 5.c -- Sum of "N" numbers in the array
- 6.c -- Count of even and odd numbers in the array
- 7.c -- Printing reverse of elements in the array
- 8.c -- Finding the frequency of a given number in the array
- 9.c -- Linear search
- 10.c -- Finding the largest and smallest elements in the array