adplus-dvertising
frame-decoration

Question

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 ‘a’ and ‘b’

d.

neither ‘a’ nor ‘b’

Posted under C# programming

Answer: (a).increment value contained at address p

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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