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