The equality operator should not be used when testing ____ operands.

A. integer
B. double-precision
C. character
D. embedded

Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following projections captures a 360-degree image on a horizontal plane?

A. Rectilinear B. Cylindrical C. Spherical D. Anaglyphic

Computer Science & Information Technology

In this function header line, what is missing? void PrintNumber(int )

A. Nothing is missing, it is complete. B. The variable name must be included in the input list. C. A semi-colon D. A return type.

Computer Science & Information Technology