Satish

  • C

Biggest of 3 Numbers Using Ternary Operator: C

Lets find biggest of 3 numbers using ternary operator / conditional operator. This program is an example for nested ternary…

5 years ago
  • C

Biggest of 3 Numbers: C

Lets write C program to find biggest of 3 numbers, using nested if else statement. Related Read: Nested if else…

5 years ago
  • C

Biggest of Two Numbers Using Ternary Operator: C

Lets find biggest of 2 numbers using ternary operator / conditional operator. Related Read: Ternary Operator / Conditional Operator In…

5 years ago
  • C

Ternary Operator / Conditional Operator In C

In this video tutorial we will show you how to use Conditional Operator. They are also called Ternary Operators as…

5 years ago
  • C

C Programming Interview / Viva Q&A: 4 (Logical NOT Operator)

In this video tutorial lets put our understanding of logical NOT(!) operator to test. Related Read: Logical Operators In C…

5 years ago