Q340
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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board