Get the output of the program.
main(){
 int i = (7, 8, 9, 10);
 cout << i << endl;
}

Posted on by