November 2009
Intermediate to advanced
704 pages
17h 4m
English
| Word. | Summary meaning. | Word. | Summary meaning. |
|---|---|---|---|
| char | A single character, usually 8-bit. | signed | A qualifier applied to char or int (default for char and int is signed). |
| const | Data that will not be modified. | sizeof | Returns the size in bytes of a specified item, which may be variable, expression or array. |
| double | A ‘double precision’ floating-point number. | struct | Allows definition of a data structure. ... |
Read now
Unlock full access