• Q1. What is the output of the following C++ code? | int x = 5; cout << ++x; |