C program list
C program list
13. Program to find the length of a string without using built in function
14. Program to demonstrate string functions.
15. Progra1n to demonstrate pointers in C
16. Program to check a number for prime by defining isprime( ) function
17. Program to read, display and to find the trace of a square matrix
18. Program to read, display and add two m x n matrices using functions
19. Program to read, display and multiply two 111 x n matrices using functions
20. Program to read a string and to find the number of alphabets, digits, vowels,
consonants, spaces and special characters.
21. Program to Reverse a String using Pointer
22. Program to Swap Two Numbers using Pointers
23. Program to demonstrate student structure to read & display records of n students.
24. Program to demonstrate the difference between structure & union.