Tutorial - 6
Arrays:
1. Write a program in C to count the total number of duplicate elements in an array.
2. Write a program in C to copy the elements of one array into another array.
3. Write a C program to count even and odd numbers in an array.
4. Write a C program to search for an element in an array (linear search).
Strings:
1. Demonstrate all the string operations mentioned below:
1. String Length
2. String Copy
3. String Compare
4. String Concatenation
5. String Reverse
6. Convert to Uppercase
7. Check if String is Palindrome