Answer:
b) void xyzfunc (int &myint);
Explanation:
To use the same memory location as the variable in the calling function we have to pass the variable by reference means passing the same address to the function.So to do that we have use & operator which stands for address.
We will do this as following:-
void xyzfunc (int * myint);
Hence the answer is option b.
The answer is D. You can take a look at the image I attached, it contains some good illustrations.
Hello there!
The correct answer is Save As Command.
Hope This Helps You!
Good Luck :)