Chapter 3 Quiz Starting Out With C++ 018

What happens in C++ when operator's operands are of different types?

a. Nothing
b. C++ will convert to the same data type
c. C++ will convert to the largest data type
d. C++ will convert to the lowest data type

No comments:

Post a Comment