Which of the following is true about this statement:

```
sum += *array++;
```

a. This statement is illegal in C++.
b. This statement will cause a compiler error.
c. This statement assigns the dereferenced pointer's value, then increments the pointer's address.
d. This statement increments the dereferenced pointer's value by one, then assign that value.
e. None of these

c. This statement assigns the dereferenced pointer's value, then increments the pointer's address.

Computer Science & Information Technology

You might also like to view...

If you feel more secure with a totally random and unique password for each of your logins, then a(n) _______________ is an excellent option.

A. keylogger B. encryption key C. password manager D. personal firewall

Computer Science & Information Technology

A qualified opinion on management's assessment of internal controls over the financial reporting system necessitates a qualified opinion on the financial statements?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology