Assuming that: char* p = "abc" int a = 123; .....

Q

3.
Assuming that:
char* p = "abc";
int a = 123;
Fully parenthesize the following expressions and evaluate them:
*p++;
*--p;
*--p++;
a--;
++a;
++a--;

✍: Guest

A
(This question has not been answered yet. If you know the answer, please share it in a comment below.)

2012-04-19, 3545👍, 0💬