Hello World
What will be the output of this code? ๐int x = 5; cout << x++ + ++x;๐ฌ โComment your logic ๐ โ letโs see who still remembers increment rules ๐ โ
2 weeks ago | [YT] | 16
Hello World
What will be the output of this code? ๐
int x = 5;
cout << x++ + ++x;
๐ฌ โComment your logic ๐ โ letโs see who still remembers increment rules ๐ โ
2 weeks ago | [YT] | 16