1.

C Data Types

Answer»

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:-


Data Type In C
(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.


Data Type Int Size



Discussion

No Comment Found