UNIT-3
ARRAYS
ASSIGNMENT QUESTIONS
ONE DIMENSIONAL AYYAYS
1. Search an element in an array
2. Find maximum value in an Array
3. Program to print an array in reverse order
4. Program to calculate sum of an array
5. Program to calculate average of an array
6. Program to find the largest element of an array
7. Program to find the second largest element of an array
8. Program to find the smallest element of an array
TWO DIMENSIONAL ARRAYS
1. Program to copy an array to another array
2. Program to copy an array to another array in reverse
3. Program to divide one array into two arrays
4. Program to concatenate arrays
STRINGS
1. Program to print a string character by character in C
2. Program to find string length without function in C
3. Program to count character occurrent in C
4. Program to count vowels occurrent in C
5. Program to sort string characters in C
6. Program to copy string in C
7. Program to reverse string in C
8. Program to search strings in C
9. Program to swap strings in C
10. Program to compare two strings in C
11. Program to concatenate two strings in C
12. String Anagram program in in C
13. C Program to reverse words in a line
14. C Program to reverse a line