Software
C Conditional Operators with Examples
The conditional operator is also known as a ternary operator. The conditional statements are the decision-making statements which depends upon the output of the expression. Ternary operator can be use in place of if-else statements. Ternary operator is also known as conditional operator