1.

int num[10]; The above C++ statement declares an array named num that can store maximum .......... integer numbers.(а) 9 (b) 10 (c) N (d) none of these

Answer»

The above C++ statement declares an array named num that can store maximum 10 integer numbers.



Discussion

No Comment Found

Related InterviewSolutions