Solved

The Declaration Statement ____ Declares MilesAddr to Be a Pointer

Question 10

Multiple Choice

The declaration statement ____ declares milesAddr to be a pointer variable that can store the address of (that is, will point to) an integer variable.


A) int milesAddr&;
B) int milesAddr*;
C) int *milesAddr;
D) int &milesAddr;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions