Select from following answers:- x is greater than y

- x is less than or equal to y
- This is not a valid C# program
- All of the above
- All Above
Since the conditional expression x > y returns true, so it the returns the first statement after the ternary operator(?.). The result will be x is greater than y
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator