GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
39. | 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). | |