Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…
If the ages of Ram, Shyam and Ajay are input through the keyboard, write a C program to determine the…
If cost price and selling price of an item are input through the keyboard, write a C program to determine…
Lets write a C program to enter number till the user wants. At the end it should display the count…
Lets write a C program to enter number till the user wants. At the end it should display the count…
Write a C program to find absolute value of a number entered through the keyboard. Absolute Value In mathematics, the…
According to the Gregorian Calendar, it was Monday on the date 01/01/01. If any year is input through the keyboard…
Lets write a C program to draw / print / display a pyramid / triangle formed from Decimal numbers(0, 1,…
Lets write a C program to draw / print / display a pyramid / triangle formed from uppercase / capital…
Lets write a C program to calculate area of a Rhombus using its side and a diagonal. We ask the…