1.

Which of the following expressions is illegal?

A. (10| 6)
B. (false && true)
C. bool (x) = (bool)10;
D. float y = 12.67;
Answer» D. float y = 12.67;


Discussion

No Comment Found