If p is a pointer, then p++ means

1.5 If p is a pointer, then p++ means
A) Increment the value of p
B) Increment the pointer p
C) Increment the address of the variable to which p is pointing
D) Increment the value of the variable to which p is pointing


Leave a Reply