Choose a C Conditional Operator from the list.
Select one:
?:
:<
<:
:?
Answers
Answered by
0
Answer:
?: option 1
Explanation:
pls mark me as the brainliest
Answered by
0
The C Conditional Operator is ?:
Definition of C conditional operator:
The conditional operator sometimes is known as the ternary operator. Conditional statements are statements that make decisions conditional on the outcome of an expression. It is represented by the symbols '?' and ':'.
Conditional operator in C:
- The fact that the conditional operator works with three operands gives rise to the ternary operator's name.
- Because the 'if-else' statement is likewise a decision-making statement, the conditional operators behave similarly to the 'if-else' statement.
Then the C Conditional Operator is ?:
Similar questions