Which one is not a basic data type of C?
Which one is not a basic data type of C? 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.