Consider An Integer Pointer Aa Will Increment While A Will #837
Consider an integer pointer . *a.++*a will increment ___________ while *a++ will increment __________
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.2.
Consider an integer pointer . *a.++*a will increment ___________ while *a++ will increment __________
value at a, address contained in a
value at a,value at a
address contained in a, address contained in a
address contained in a, value at a