Find the output of the following program?
main(){
 int i = (4, 0, 4);
 cout << i << endl;
}


Posted on by