

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement correctly assigns a value 33 to a variable c?byte a = 11, b = 22, c; |
A. | c = (byte) a (byte) b; |
B. | c = (byte) (a ; |
C. | c = (int)(a ; |
D. | c = (int) a (int) b; |
Answer» C. c = (int)(a ; | |