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.
Answer:
true
Explanation:
the derivative of lnx is 1/x and 1/x is and odd function because x^-1 is raise to a negative odd number