A

Admin • 833K Points
Coach

Q. The following program segment in C++

Code:
const int m =10;
int &n = m;
n=11;
count << m << n;
  • (A) Compile time error
  • (B) run time error
  • (C) prints 1111
  • (D) print 1011
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.