You are here

Definitions

11 February, 2015 - 10:13

Definition 21.1: versatile

Easily modifying code to handle another data type.

Definition 21.2: flexible coding

Using the sizeof operator to calculate the number of members in an array.

Definition 21.3: typedef

Allows the programmer to create an alias, or synonym, for an existing data type.