Index
Symbols
#define directives, 60 - 62
#include directives, 58 - 60
-- operators, 119 - 121
++ operators, 119 - 121
A
addition operator, compound, 86
addPayroll() function, 292
addresses
memory, 222
passing arguments by, 297 - 302
allocating heap memory, 244 - 249
multiple allocations, 250 - 255
American National Standards Institute (ANSI), 11 , 18
ampersands, scanf() function, variables, 68 - 69
ANSI (American National Standards Institute), 11 , 18
apostrophes (‘), character data, 18
arguments, 294
passing, 293 - 294
by address, 297 - 302
by value, 295 - 297
arithmetic
compound assignment operators, 84 - 87
addition, 86
multiplication, 86
order, 88
updating variables, 85 - 86
operators, 74 - 77
assignment, 80 - 81
order of, 77 - 79
parentheses rules, 79
arrays, 52 , 193 , 231
character, 52 - 54
storing string literals, 234 - 236
defining, 194 - 196
elements, 53 , 194 - 197