Data Types and Their Classification | C Programming
Subject: Computer Programming
C Programming Notes: Data types and their classification; Basic types: integer, floating-point, and void types. Derived types: Pointer, Array, and Function types. User-defined types: Enumeration types, Structure types, and Union types. int, unsigned int, char, ...