StorageClass

Question & Answer

1.Types of DataTypes in C?
Primitive data type
Derived data type
User defined data type
Primitive data type
                char, int, float, double
Derived data type
                signed/unsigned char, signed/unsigned int, signed/unsigned long, long double
User defined data type
                structure, union, Enum, array

2.Types of DataTypes in C?
Primitive data type
Derived data type
User defined data type
Primitive data type
                char, int, float, double
Derived data type
                signed/unsigned char, signed/unsigned int, signed/unsigned long, long double
User defined data type
                structure, union, Enum, array

Comments