A
Q. The following program segment in C++
Code:
const int m =10;
int &n = m;
n=11;
count << m << n;
int &n = m;
n=11;
count << m << n;
- Correct Answer - Option(A)
- Views: 22
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.