Regarding C#,
To my understanding the question below is wrong. meaning that a "ternary operator" and a "conditional operator" . Am I Correct?
Question# 6: 10 > 9 ? “10 is greater than 9” : “9 is greater than 10” is an example of _______
- Ternary operator
- Conditional operator
- Greater than operator
- Inverse operator
Correct Answer: Ternary operator
http://www.tutorialsteacher.com/online-test/view-answer?test=csharp&que=6