What is the output? #include<iostream> using namespace std; int main(){ int x=5; cout<<x++<<" "<<++x; }