1.

Which of the following is integral data type?(a) void(b) char(c) float(d) doubleThe question was posed to me in unit test.My question is based upon Cross Compiler in chapter Compiler Introduction of Compiler

Answer»

Right choice is (B) char

Easy explanation: In C char is INTEGRAL DATA type. It stores the ASCII value.



Discussion

No Comment Found

Related InterviewSolutions