Computer Science, asked by md6554013, 2 months ago

Choose a C Conditional Operator from the list.

Select one:

?:

:<

<:

:?​

Answers

Answered by Anonymous
0

Answer:

?: option 1

Explanation:

pls mark me as the brainliest

Answered by amazetappo
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