Which one is not a basic data type of C?
A
char
B
int
C
void
D
None of the above
Correct Answer: void
There are 4 basic data types associated with variable in C. int – integer, float – floating point value, double – a double precision floating point value, Char – a single character.