C Data Types
Data Types specifies which types of values are we define. Usually we used Data Types with variables which significance that which types of values this variable store.
Here i have divided the data types in 4 categories as per given below:-
(1)Basic Data Type:-int, char, float, double
(2)Derived Data Type:-array, pointer, structure, union
(3)Enumeration Data Type:-enum
(4)Void Data Type:-void
Here we have define only Basic Data Type. Basic data type are integer-based and floating-point based. C language supports both signed and unsigned literals. Memory size will be chagne according to 32 to 64-bit operating system. Below information will helps to get details as per 32-bit architecture.
| |