

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct? 1.The conditional operator (?:) returns one of two values depending on the value of a Boolean expression. 2.The as operator in C#.NET is used to perform conversions between compatible reference |
A. | 2, 3, 5 |
B. | 1, 2, 4 |
C. | 1, 3, 5 |
D. | 3, 4, 5 |
Answer» C. 1, 3, 5 | |