Satish

  • C

Area of Rectangle: C Program

The length and breadth / width of a rectangle are entered through the keyboard. Write a program to calculate the…

5 years ago
  • C

Convert Fahrenheit To Degree Celsius: C Program

Temperature of a city in Fahrenheit degree is input through the keyboard. Write a program to convert this temperature into…

5 years ago
  • C

Convert Degree Celsius To Fahrenheit: C Program

Temperature of a city in Degree Celsius / Centigrade degree is input through the keyboard. Write a program to convert…

5 years ago
  • C

DA, HRA, Gross Salary: C Program

Ramesh's basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance…

5 years ago
  • C

C Program To Check Leap Year Using Ternary Operator

C Program to Find if a given Year is a Leap Year or Not, using Ternary Operator. Related Read: Ternary…

5 years ago