1.

Which of the following job is done by the instruction ++*p for an integer pointer p?

A. increment value contained at address p
B. increment address contained in p
C. Both increment value contained at address p and increment address contained in p
D. neither increment value contained at address p nor increment address contained in p
Answer» B. increment address contained in p


Discussion

No Comment Found