conditional operator

  • C

C Program To Determine Designation of Employee Based On Salary

Rewrite the following C program using Conditional / Ternary Operator. Source Code: C Program To Determine Designation of Employee Based…

5 years ago
  • C

C Program To Find Special Symbol or Not using Conditional Operator

Using Conditional / Ternary Operator determine, whether a character entered through the keyboard is a Special Symbol or not. Note:…

5 years ago
  • C

C Program To Find Lowercase Alphabet or Not using Conditional Operator

Using Conditional Operator / Ternary Operator determine, whether the character entered through the keyboard is a lower case English alphabet…

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