

MCQOPTIONS
Saved Bookmarks
1. |
A variable w with a value 67 may be defined with _______ |
A. | int w = 67; |
B. | int w(67); |
C. | int 67(w); |
D. | both (a) and (b), but not (c). |
Answer» E. | |