Solved

Although C++ Supports the Basic Arithmetic Operations of Addition, Subtraction

Question 17

True/False

Although C++ supports the basic arithmetic operations of addition, subtraction, multiplication, and division by providing simple operators (+, −, *, /)to do these tasks, there is no operator for exponentiation-that is, raising a value to a power.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions