Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 7 (Q.No. 47)
47.
A variable w with a value 67 may be defined with _______
int w = 67;
int w(67);
int 67(w);
both (a) and (b), but not (c).
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.