• 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…

  • 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…

  • 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…

  • 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…

  • 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…

  • C

Positive or Negative or Zero Using Ternary Operator: C Program

C Program to check whether the user entered integer number is positive, negative or zero using ternary operator or Conditional…

  • C

Number is Positive or Negative or Zero: C Program

C Program to check whether the user entered integer number is positive, negative or zero using else if construct. Note:…

  • C

Operator Precedence / Priority: C

Often times we use arithmetic operations, relational operators, logical operators and assignment operators together in a instruction / statement. We…

  • C

Post-decrement and Pre-decrement Operator: C Program

In this video tutorial we show the differences and working of post-decrement and pre-decrement operators. Note: In pre-decrement, first the…

  • C

Post-increment and Pre-increment Operator: C Program

In this video tutorial we show the differences and working of post-increment and pre-increment operators. Note: In pre-increment, first the…