C++ Demystified(c) A Self-Teaching Guide
-
Which of the four arithmetic operations has more than one operator?
-
Which of the arithmetic operators can operate on string as well as numeric operands?
-
Which of the arithmetic operators cannot have a floating point operand?
-
Which of the arithmetic operators cannot have a zero as a second operand?
-
Assuming total is a variable, how else could you express in code total = total + 2?
-
What is the result of 2 + 3 * 4?
-
What is the result of the expression 8 / 2 * 4?
-
What is the result of the expression 10 / 4?
-
What operator or function do you use to raise a number to a certain power?
-
What is an algorithm?
Категории