C Programs List
C Programs List
“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.
5.Write a program to input a character and print its equivalent ASCII value.
8.Write a program to create a simple menu driven calculator using switch case.
13. Program to use bitwise AND operator between the two integers.
24. Write a program to create a file and write contents, save and close the file.
10.Program to insert a node in linked list at beginning, after specified location and at end.