Question

Q1: Which of the following is false?
a. An entire non-char array cannot be input or output at once.
b. Two arrays cannot be meaningfully compared with equality or relational operators.
c. Arrays cannot be assigned to one another (i.e., array1 = array2;).
d. C++ ensures that you cannot "walk off" either end of an array.

Answer

This answer is hidden. It contains 53 characters.