Examlex

Solved

Consider the Following Statements

question 11

Short Answer

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


Definitions:

Related Questions