Filters
Question type

Study Flashcards

When the final value of an expression is assigned to a variable, it will be converted to:


A) The smallest C++ data type
B) The largest C++ data type
C) The data type of the variable
D) The data type of the expression
E) None of the above

F) C) and D)
G) B) and D)

Correct Answer

verifed

verified

When converting some algebraic expressions to C++, you may need to insert ___________ that do not appear in the algebraic expression.


A) Parentheses
B) Exponents
C) Calculations
D) Coercions
E) None of the above

F) B) and C)
G) C) and E)

Correct Answer

verifed

verified

Associativity is either right to left or


A) Top to bottom
B) Front to back
C) Left to right
D) Undeterminable
E) None of the above

F) C) and E)
G) B) and C)

Correct Answer

verifed

verified

To use the rand() function, you must #include this header file in your program.


A) iostream
B) iomanip
C) iorand
D) cstdlib
E) None of these

F) A) and C)
G) A) and B)

Correct Answer

verifed

verified

Showing 41 - 44 of 44

Related Exams

Show Answer