Write a C program to interchange the contents of C and D

Problem Statement :  Two numbers are input through the keyboard into two locations C and D. Write a program to

Read more

Write a C program to calculate the area & perimeter of the rectangle, and the area & circumference of the circle

Problem Statement: The length & breadth of a rectangle and radius of a circle are input through the keyboard. Write

Read more

Write a c program for Calculation of aggregate and percentage marks

Problem Statement: If the marks obtained by a student in five different subjects are input through the keyboard, find out

Read more

Compilation and Execution of C Program

Once you have written the program you need to type it and instruct the machine to execute it. To type

Read more

The First C Program

we would write our first C program now. Once we have done that we would see in detail the instructions

Read more