Vidyalelo
Computer Science · Q340

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 340

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)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board