Data Types in C
No licensing information is associated
Primitive Types in ANSI C (C89)/ISO C (C90) – char, short, int, float and double.
Primitive Types added to ISO C (C99) – long long
User Defined Types – struct, union, enum and typedef (will be discussed in separate session).
Derived Types – pointer, array and function pointer
Categories: CS Department