0% found this document useful (0 votes)
9 views2 pages

C Programs List

Uploaded by

Ivy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
9 views2 pages

C Programs List

Uploaded by

Ivy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2

C Programs List

1.Write a C Program to print the following paragraph:

“C is a high level programming language that was originally developed by Dennis Ritchie to develop
the unix operating system at AT and T bell lab.”

2.Write a program to take two number as input through keyboard and print their sum, subtraction,
multiplication and division.

3. Write a program to find area and circumference of circle.

4.Write a program to swap two numbers without using third variable.

5.Write a program to input a character and print its equivalent ASCII value.

6. Write a program to convert temperature from degree centigrade to Fahrenheit.

7.Write a program to find entered year is leap year or not.

8.Write a program to create a simple menu driven calculator using switch case.

9.Write a program to check whether entered number is palindrome or not.

10.Write a program to check entered number is prime or not.

11.Write a program to generate Fibonacci series.

12.Write a program to reverse a number.

13. Program to use bitwise AND operator between the two integers.

14.Program to add two number using pointers.

15.Program to find square of a number using functions

16. Write a program to find factorial of number using recursion.

17.Program to show sum of 10 elements of array & show the average.

18.Program to find the maximum no. in an array

19.Program to display a matrix

20.Program to show call by value

21.Program to show call by reference.

22.Write a program to create union.

23.Write a program to create structure.

24. Write a program to create a file and write contents, save and close the file.

25.Write a program to read file contents and display on console.


Data Structure
1.Program to insert elements in array.

2.Program to delete elements of an array.

3.Program to perform matrix multiplication.

4.Program to search elements in array using linear search.

5.Program to perform bubble sort.

6.Program to perform selection sort.

7.Program to create a single linked list

8.Program to create a doubly linked list.

9.Program to delete a node in doubly linked list.

10.Program to insert a node in linked list at beginning, after specified location and at end.

11.Program to push and pop elements in stack

12.Program to insert and delete element in queue.

You might also like