Types

You've seen 11 primitive types for C (8 for integers, 3 for floating pointing numbers).

The only other primitive types are void and enumerated types both of which we'll cover in later lectures.

C has also five forms of compound types formed from other types

They are arrays, structures, unions, pointers and function types.

We'll cover arrays in this lectures.

Index