Multiple Choice
Assuming that arr is an array identifier, the statement sum += *arr;
A) is illegal in C++.
B) will always result in a compiler error.
C) adds the value stored in arr[0] to sum.
D) adds the address of the pointer arr to sum.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The expression s->m is meaningful only when
Q25: A temporary value in a program can
Q26: The set of operations supported by the
Q27: The term pointer can be used interchangeably
Q28: When you work with a dereferenced pointer,
Q30: When the less than ( < )
Q31: The _ and _ operators can respectively
Q32: The statement Rectangle * boxPtr; defines a
Q33: When the _ is placed in front
Q34: Which of the following statements is not