Solved

Given That a Typedef for IntPtr Defines a Pointer to an Integer

Question 17

Multiple Choice

Given that a typedef for IntPtr defines a pointer to an integer, what would be the correct declaration for a function that expects a reference to an integer pointer?


A) void f1 IntPtr& ptr) ;
B) void f1 IntPtr&* ptr) ;
C) void f1 IntPtr*& ptr) ;
D) All of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions