1.

Which of the following is not a basic data type in C language?(a) float(b) int(c) real(d) charI had been asked this question by my school principal while I was bunking the class.I need to ask this question from Data Types in portion Computer Codes of Computer Fundamentals

Answer»

Right answer is (c) real

Explanation: There are 5 basic DATA types in C language: int, char, float, double, void.

Int is for the REPRESENTATION of integers, char is for STRINGS and CHARACTERS, float and double are for floating point NUMBERS whereas void is a valueless special data type.



Discussion

No Comment Found

Related InterviewSolutions