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

du and df Command : Find Size of a directory & Free disk space in linux

Command: ‘du’ – Finding the size of a directory in linux $ du Typing the above at the prompt gives

Read more

write a C program for Conversion of Temperature from Fahrenheit to Centigrade

Problem Statement: Temperature of a city in Fahrenheit degrees is input through the keyboard. Write a c program to convert

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