Multiple Choice
Not all arithmetic operations can be performed on pointers. For example, you cannot __________ or __________ pointers.
A) multiply, divide
B) +=, -=
C) add, subtract
D) increment, decrement
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What will the following code output?<br>Int number
Q16: Select all that apply. Of the following,
Q18: In C++11, the nullptr keyword was introduced
Q19: C++ does not perform array bounds checking,
Q20: The following statement _ int *ptr =
Q22: After the code shown executes, which of
Q23: In C++11 you can use smart pointers
Q24: When you work with a dereferenced pointer,
Q25: If a variable uses more than one
Q26: To help prevent memory leaks from occurring