Expression Values
an expression-assignment takes a value as a whole, e.g.
a = 0
takes the value zero,
b = 3
takes the value 3.
Example
for (i = total = 0; i < num_items; i++) total = total + *(data + i);
...previous
up (conts)
next...
About this document:
Produced from the SGML:
/home/isd/public_html/_course_crash_in_c/_reml_grp/index.reml
On: 3/3/2003 at 17:43:41
Options:
reml2 -i noindex -l long -o html -p multiple