DATATYPES :
C language is rich in data types.
ANSI C supports three classes of data types.
1. Primary Data types or Fundamental Data types
2. Derived Data types
3. User Defined Data types
Primary Data types or Fundamental Data types
All C compilers support five fundamental data types, namely
integer (int),
character (char),
floating point (float),
double- precision floating point ( double)
void
C language is rich in data types.
ANSI C supports three classes of data types.
1. Primary Data types or Fundamental Data types
2. Derived Data types
3. User Defined Data types
Primary Data types or Fundamental Data types
All C compilers support five fundamental data types, namely
integer (int),
character (char),
floating point (float),
double- precision floating point ( double)
void