Data Type in C programming language.
C Programming
On this page
C Programming
Basic Type
- These are fundamental data types in C namely integer(int), floating point(float), character(char) and void.
Enumerated Type
VOID
- The type void indicates that no value is available.
Derived Type
- This data type includes Pointer, Array, Structure, Union, Function.