The expression static_cast(9.9) evaluates to ____.

A. 9
B. 10
C. 9.9
D. 9.0

Answer: A

Computer Science & Information Technology

You might also like to view...

The Startup Repair routine is loaded by __________

a. A System Image disk b. A Scheduled task c. A System Recovery disk d. None of the above.

Computer Science & Information Technology

After the following Dim statement is executed, how many elements will the array myVar have?

Dim myVar(7) As Double (A) 0 (B) 1 (C) 8 (D) 9

Computer Science & Information Technology