C Programming Absolute Beginner's Guide (3rd Edition)

(Romina) #1

modulus operator, 76
multi-line comments, 25


multiple allocations, heap memory, 250 - 255
multiplication operator, compound, 86


N


named constants, 60


naming
defined constants, 61
variables, 43 - 44
navigating files, 279 - 284


nested for loops, 210
nesting loops, 135


nonarray variables, passing, 303
nonintegers, promoting/demoting, 182


null zeros, 50
numbers


floating-point, 20 - 21
hexadecimal, 20
integers, 19 - 20
octal, 20

nums array, 196


O


octal numbers, 20


open source software, 7
opening


files, 268 - 270
random-access files, 278 - 279

operators, 73 - 77
assignment, 80 - 81
variables, 45
compound assignment, 84 - 87
addition, 86
multiplication, 86
order, 88
updating variables, 85 - 86
conditional, 116 - 118
decrement, 74 , 119 - 121
dot, 262

Free download pdf