0% found this document useful (0 votes)
0 views

C program list

Uploaded by

lakshya7610
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

C program list

Uploaded by

lakshya7610
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

C program list

1. Program to read radius of a circle and to find area and circumference.


2. Program to read three numbers and find the biggest of three.
3. Program to demonstrate library functions in math.h
4. Program to check for prime
5. Program to generate n primes.
6. Program to read the number, find the sum of the digits, reverse the number and check
it for palindrome.
7. Program to read numbers from keyboard continuously till the user presses 999 and to
find the sum of positive numbers.
8. Program to read percentage of marks and to display appropriate message
(Demonstrate or else-if ladder)
9. Program to find the roots of quadratic equation (demonstration of switch Case
statement)
10. Program to read marks scored by n students and find the average of marks
(demonstration of single dimensional army)
11. Program to remove Duplicate element in a single dimensional Array
12. Program to perform addition and subtraction of Matrices

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.

You might also like