241 views
0 votes
0 votes
#include<isotream >
using nam espace std;
m ain() {
int i = 1, j = 2, k = 3, r;
r = (i, j, k);
cout<<r<<endl;
}

The output of this program is 3. Can anyone please explain why?

What is the meaning of this line       r = (i, j, k);

1 Answer

No related questions found