Class Notes : Part 3

3. What are Data Types?

These are means to identify the type of data and associated operations handling these data. Data types are classified into fundamental and user-defined data types.
Fundamental data types represent atomic values and they include int, char, float, double and void.

4.What are type modifiers?
Type modifiers are used to modify the size of memory space and range o data supported by the basic data types.
Eg. long, short, signed, unsigned

Comments

Post a Comment