C

  • C

C Program To Find Whether Area of Rectangle Is Greater Than Its Perimeter

Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…

5 years ago
  • C

C Program To Determine Youngest of Three

If the ages of Ram, Shyam and Ajay are input through the keyboard, write a C program to determine the…

5 years ago
  • C

C Program To Calculate Profit or Loss

If cost price and selling price of an item are input through the keyboard, write a C program to determine…

5 years ago
  • C

C Program To Count Positive, Negative and Zero using Ternary Operator and without using Array

Lets write a C program to enter number till the user wants. At the end it should display the count…

5 years ago
  • C

C Program To Count Positive, Negative and Zero without using Array

Lets write a C program to enter number till the user wants. At the end it should display the count…

5 years ago
  • C

C Program To Find Absolute Value of a Number

Write a C program to find absolute value of a number entered through the keyboard. Absolute Value In mathematics, the…

5 years ago
  • C

C Program To Find The Day on 01 January using Gregorian Calendar

According to the Gregorian Calendar, it was Monday on the date 01/01/01. If any year is input through the keyboard…

5 years ago
  • C

C Program To Draw Pyramid of Numbers, using While Loop

Lets write a C program to draw / print / display a pyramid / triangle formed from Decimal numbers(0, 1,…

5 years ago
  • C

C Program To Draw Pyramid of Alphabets, using While Loop

Lets write a C program to draw / print / display a pyramid / triangle formed from uppercase / capital…

5 years ago
  • C

C Program To Calculate Area of Rhombus

Lets write a C program to calculate area of a Rhombus using its side and a diagonal. We ask the…

5 years ago