Computer Science, asked by HR391, 11 months ago

int a= 10
int const & b =a;
a=11;
cout<<a<<b ;
find the output of the following program​

Answers

Answered by vansh3140
0

11 10

hope it helps you out

Similar questions