Question: What will be displayed by the following code? double x = 10.1; int y = (int)x; cout < < x is < < x
What will be displayed by the following code? double x = 10.1; int y = (int)x; cout << "x is " << x << " and y is " << y;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
