Computer Science, asked by mintugogoi175, 11 months ago

Explain the working of conditional operator with an example.​

Answers

Answered by sandeepkumars2005
9

Answer:

conditional operator in C#, is an operator that takes three operands (conditions to be checked), the value when the condition is true and value when the condition is false. ... The first operand (specified before the '?:') is the evaluating (conditional) expression.

Explanation:

Hope it's help you

Similar questions