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. ... |
Get Designing Embedded Systems with PIC Microcontrollers, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.