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
a. void f1 (IntPtr& ptr);
Computer Science & Information Technology
You might also like to view...
To remove unnecessary files from your hard drive, you would use the ________ Windows utility
A) Disk Defragmenter B) Disk Cleanup C) Add or Remove Programs D) System Restore
Computer Science & Information Technology
Briefly describe the data type "Text." Provide one or two examples of text entries in an Excel worksheet
What will be an ideal response?
Computer Science & Information Technology