Examlex

Solved

Consider the Following Statements

question 10

Short Answer

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


Definitions:

Related Questions