Computer Science, asked by niranjan4633, 9 months ago

What is Conditional Operator In C

Answers

Answered by Tarun1198
0

Explanation:

The Conditional Operator in C, also called a Ternary operator, is one of the Operators, which used in the decision-making process. The C Programming Conditional Operator returns the statement depends upon the given expression result.

Similar questions