Short Answer
Consider the following statements:
void pointerParameters(int* &p,double *q)
{
.
.
.
}
In the function pointerParameters,the parameter p is a(n)____________________ parameter.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Which of the following can be used
Q11: Consider the following statements:<br>int x;<br>int &y =
Q13: Once a class contains one or more
Q17: The code int *p; declares p to
Q19: A pointer variable is a variable whose
Q20: The dereferencing operator is also known as
Q21: In C++, the dot operator has a
Q23: If p is a pointer variable, the
Q41: In C++, _ is called the address
Q43: In C++, you declare a pointer variable