代码大全

(singke) #1
18.1.3

begin end
18-4


MAX_ELMTS

18-4 C

18-4
/* swap left and right elements for while array */

for (i=0; I<MAX_ELMTS; i++)
LeftElmt = Left[i];
Left[i] = Right[i];
Right[i] = LeftElmt;

18-5 C
X = 3+4 * 2+7

x 3+4 2+7 63
X = 3 + ( 4
2 ) + 7 = 18


18.1.4

The Elements of
Programming Style kernighan plauger


Elliot Soloway Kate Ehrilich


Perception in chess Chase Simon
Free download pdf