January 2, 2021
i am a note
1.Basic Type
These are fundamental data types in C namely integer(int), floating point(float), character(char) and void.
2. Enumerated Type
3. VOID
The type void indicates that no value is available.
4. Derived Type
This data type includes Pointer, Array, Structure, Union, Function.
by : Wali Khan
Quick Summary:
1.Basic Type These are fundamental data types in C namely integer(int), floating point(float), character(char) and void. 2. Enumerated Type 3. VOID The type void indicates that no value is available. 4. Derived Type This data type includes Pointer, Array, Structure, Union, Function.