Vidyalelo
C# Programming · Q97

Miscellaneous in C Sharp

Programming · C# Programming · question 97

Q97

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

A.
increment value contained at address p
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board