which is not a basic data type of c
Answers
Answered by
0
Answer :
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.
Similar questions