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

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following operations is allowed
Q5: The _ operator can be used to
Q13: Once a class contains one or more
Q17: The code int *p; declares p to
Q20: What is the output of the following
Q21: What is the value of x after
Q22: A memory leak is an unused memory
Q22: What is the output of the following
Q23: If p is a pointer variable, the
Q43: In C++, you declare a pointer variable