If the variable x has the original value of 3.4, what is the value in x after the following?
cout << static_cast < int > (x);


Answer :