A
Q. Find the output of the following program.
Code:
main(){
int i = (1, 2, 3);
cout << i << endl;
}
int i = (1, 2, 3);
cout << i << endl;
}
- Correct Answer - Option(C)
- Views: 19
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.