
Available under Creative Commons-ShareAlike 4.0 International License.
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.
- 1766 reads