Multiple Choice
Suppose that sum and num are int variables and sum = 5 and num = 10.After the statement sum += num executes, ____.
A) sum = 0
B) sum = 5
C) sum = 10
D) sum = 15
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The expression static_cast<int>(6.9) + static_cast<int>(7.9) evaluates to
Q2: A data type is called _ if
Q4: A(n) _ is a sequence of zero
Q5: The memory space for a(n) _ data
Q6: If a C++ arithmetic expression has no
Q7: Suppose we declare a variable sum as
Q9: A(n) _ is a collection of statements,
Q10: In C++, you can use a(n) _
Q11: In a C++ program, _ are used
Q42: Suppose that alpha and beta are int