399 33 Powerpoint-Slides Chapter2
399 33 Powerpoint-Slides Chapter2
in C
Pradip Dey & Manas Ghosh
Postfix:
• (a) x = a++;
First action: store value of a in memory location for variable
x.
Second action: increment value of a by 1 and store result in
memory location for variable a.
• (b) y = b––;
First action: put value of b in memory location for variable y.
Second action: decrement value of b by 1 and put result in
memory location for variable b.