C++ Island
Friday, 11 January 2013
Walkthrough-1
main(){
int x = 5;
int y = 10;
x = x++;
y = ++y;
cout << x <<" , " << y << endl;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment