int a= 10
int const & b =a;
a=11;
cout<<a<<b ;
find the output of the following program
Answers
Answered by
0
11 10
hope it helps you out
Similar questions