Which Of The Following Job Is Done By The Instruction P For An #831
Which of the following job is done by the instruction ++*p for an integer pointer p?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - Unsafe Code Pointers Basics - Quiz No.1.
Which of the following job is done by the instruction ++*p for an integer pointer p?
increment value contained at address p
increment address contained in p
Both increment value contained at address p and increment address contained in p
neither increment value contained at address p nor increment address contained in p