

MCQOPTIONS
Saved Bookmarks
1. |
What\'s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6); |
A. | the first semicolon should be a colon |
B. | the question mark should be an equal sign |
C. | the conditional operator is only used with apstrings |
D. | there are too many variables in the statement |
Answer» B. the question mark should be an equal sign | |