ternary 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

Even or Odd Number using Macros: C Program

Lets write a C program to find if the user input number is odd or even, using Macros. Related Read:…

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

C Program To Count Digit k in Number n using Recursion

Lets write a C program to count the number of occurrences of digit k in user input positive integer number…

4 years ago