Examlex

Solved

The Following C++ Statement Will Assign 1

question 12

True/False

The following C++ statement will assign 1.5 to the result variable.
int result = 3.0 / 2.0;


Definitions:

Related Questions