1.
C Program to Delete duplicate elements from an array
2. Write a C program to check whether a given substring is present in the given string
3. Write a program in C to print all permutations of a given string using pointers.
4. Write a program in C to find the largest element using Dynamic Memory Allocation.
5. Write a program in C to sort an array using Pointer.
6. C program to read an integer and print its multiplication table
7. C program to read n strings and print each string's length
8. Program to eliminate/remove all vowels from an input string in C
9. C program to find sum of array elements using Dynamic Memory Allocation
10. C program to find Total Amount of purchased Items by Passing Structure as an
Argument using User Define Functions.
11. Program to find the sum of N integer numbers using command line arguments in C
12. Evaluation of Postfix Expressions Using Stack [with C program]
13. C program to find twos complement of a binary number
14. Program to print Armstrong numbers using function
15. Program to print pyramid different star pattern series
16. Program to trim leading and trailing white spaces