What are the various types of real data type in c language?
Answers
Answered by
0
Explanation:
Data types in c:
1) Primary datatype-
int
float
chat
double
2) derived datatype-
array
structure
union
pointer
3) void-
void type means no value. This is usually used to specify the type of functions which returns nothing
Similar questions