#include
using namespace std;
int main()
{
int a=4;
cout<<a++<<a–<<++a<<–a<<a*a<<endl;
}
i did this ques in sublime text and the output was 344416
but when i did this on coding blocks on coding blocks IDE i got a different answer
link to it is
sir i am too confused after thinking over this
plzz explain me the how the flows goes and what would be the correct answer.