1.

Pick the odd one out.(a) array type(b) character type(c) boolean type(d) integer typeI have been asked this question during an interview.Question is taken from Types topic in division Types, Pointers, Arrays & Structures in C++ of C++

Answer»

Correct ANSWER is (a) array type

Explanation: Array type is not the BASIC type and it is CONSTRUCTED USING the basic type.



Discussion

No Comment Found

Related InterviewSolutions