Posts

Write a c program to illustrate use of data type enum.

Write a c program that opens an existing text file and copies it to a new text file with all lowercase letters changed to capital letters and all other characters unchanged.

Write a C program to create a structure Student containing fields for Roll No., Name, Class, Year and Total Marks. Create 10 students and store them in a file.

Write a program to demonstrate the call by value and the call by reference concepts in c.

Write a c program to illustrate the use of storage classes.

Write a c program to find the GCD of two numbers using iteration and recursion

Write a c program to print the reverse of a given number.

generate electricity bill in c program

distance travelled by an object in c program

Area of a triangle using Heron’s formula in C

Finding compound interest in C

Finding the square root of a given number in C

Simple interest calculation in C

Conversion of Fahrenheit to Celsius and vice versa in C

Sum and average of 3 numbers in C

Write a c program that prints a multiplication table for a given number and the number of rows in the table.

Write the c program for the simple, compound interest.

Write a c program for finding the max and min from the three numbers

Find the given number is a prime or not in C

Find the factorial of given number using any loop in C