18.1: Types

So far, we've seen the basic types char, int, long int, float, and double. This section introduces the last few basic types: void, short int, long double, and the unsigned types. Also, we'll meet storage classes, typedef, and the type qualifiers const and volatile.

18.1.1: void

18.1.2: short int

18.1.3: unsigned integers

18.1.4: long double

18.1.5: Storage Classes

18.1.6 Type Definitions (typedef)

18.1.7: Type Qualifiers


Read sequentially: prev next up top

This page by Steve Summit // Copyright 1996-1999 // mail feedback