Which of the following is not a primitive data type Which of
Which of the following is not a primitive data type
Which of the following is not a primitive data type
Solution
Hi, PLease find primitive data type list in C:
The primitive data types in c language are the inbuilt data types provided by the c language itself. Thus, all c compilers provide support for these data types.
The following primitive data types in c are available:
Integer Data Type
int , short, long
Float data Type
float
Double Data Type
double
Character Data Type
char
Void Data Type
void
