Select the false statement. The reinterpret_cast operator:
a. Changes the value of the object to which its operand points.
b. Performs its operation at compile time.
c. Is compiler-dependent and can cause programs to behave differently on different platforms.
d. Is easy to use to perform dangerous manipulations that could lead to serious execution-time errors.
a. Changes the value of the object to which its operand points.
Computer Science & Information Technology
You might also like to view...
In a table, a characteristic of the data is called ________
A) field B) record C) topic D) area
Computer Science & Information Technology
In Visual Basic you can use the __________ data type to hold a set of items.
a. Group b. List c. Array d. Object
Computer Science & Information Technology