Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 161 Bytes

basic_type.md

File metadata and controls

7 lines (4 loc) · 161 Bytes

Basic types

Types like int, char, float and _Complex.

Derived types

Types which are not based, bur defined by users: arrays, structs and unions.