Find the output of the cpp program
1 2 3 4 5 6 7 8 | #include "iostream" using namespace std; int main() { int i; i = 1 + ( 1, 4, 5, 6, 3); cout<<i; } |
November 29th, 2012
1 2 3 4 5 6 7 8 | #include "iostream" using namespace std; int main() { int i; i = 1 + ( 1, 4, 5, 6, 3); cout<<i; } |
November 29th, 2012
Click Here to Submit
Click Here to Submit
Get latest projects, articles in your mail box, subscribe to electrifriends