Short Answer
Consider the following statements:
int x;
int &y = x;
The second statement declares y to be a(n)____________________ of x.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The _ operator can be used to
Q7: Which of the following can be used
Q10: Consider the following statements:<br>void pointerParameters(int* &p,double *q)<br>{<br>.<br>.<br>.<br>}<br>In
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
Q43: In C++, you declare a pointer variable