1.

From the following which is a valid declaration. (a) int 91; (b) int x; (c) int 9x; (d) int “x”;

Answer»

int x; is a valid declaration.



Discussion

No Comment Found

Related InterviewSolutions