Explain the working of conditional operator with an example.
Answers
Answered by
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