April 1994
Beginner
432 pages
6h 37m
English
! (not) logical operator, 125–130
!= (not equal to) operator, 114
#define directive, 76–78
#include directive, 72–75
placement, 75–76
#include statement, 19
% (modulus) operator, 93
random values, 213
%= (compound modulus) operator, 107
& (ampersand)
address-of operator, 258–260
pointer variables, 85
scanf( ) function, 85
&& (and) logical operator, 125–130
’ (apostrophe), character data, 20
“” (quotation marks), character data, 21
(( )) parentheses, order of operators, 96
* (asterisk)
dereferencing operator, 258–261
multiplication operator, 92
*= (compound mulitiplication) operator, 106
+ (addition) operator, 92
++ (increment) operator, 138–140
+= (compound addition) operator, 106–107
- (subtraction) operator, 92
-- (decrement) ...
Read now
Unlock full access