C - Data Types
Each variable in C has an associated data type. It specifies
the type of data that the variable can store like integer, character, floating,
double, etc. Each data type requires different amounts of memory and has some
specific operations which can be performed over it.
Types |
Description |
Primitive Data Types |
Primitive data types are the most basic data types that
are used for representing simple values such as integers, float, characters,
etc. |
User Defined Data Types |
The user-defined data types are defined by the user
himself. |
Derived Types |
The data types that are derived from the primitive or
built-in data types are referred to as Derived Data Types. |
0 comments:
Post a Comment