C# Question Mark Operator – Programming, Pseudocode Example, C# Programming Example

Tag - C# Question Mark Operator

Conditional operator (?:) is the only ternary operator available in C# which operates on three operands. The symbol “?” placed between the first and the second operand , and ” : ” is inserted between the second and third operand.