conditional operator

  • C

C Program To Find First and Second Biggest Element In An Array

Lets write a C program to find first and second biggest element/number in an array, without sorting it. Related Read:…

4 years ago
  • C

Positive or Negative or Zero Using Macros: C Program

C Program to check whether the user input integer number is positive, negative or zero using Macros and ternary /…

4 years ago
  • C

C Program To Determine Leap Year or Not using Macros

In this video tutorial lets learn how to determine user input year is a leap year or not, using Macros…

4 years ago
  • C

Biggest of 3 Numbers using Macros: C Program

In this video lets see how we can make use of Macros and ternary / conditional operator to find biggest…

4 years ago
  • C

Macros With Arguments: C Program

In this video tutorial lets see how to write macros with arguments. We'll illustrate finding biggest of 2 numbers by…

4 years ago