Question

Which of the following statements is true?
(a) Allowing multiple enumeration constants to have the same value can result in difficult-to-find logic errors.
(b) Performing bitwise operations on integer types smaller than int always yields correct results.
(c) Bitwise operations on signed and unsigned integer types are portable across platforms.
(d)None of the above.

Answer

This answer is hidden. It contains 3 characters.