Solved

If a Is a Structure Variable and P, a Pointer

Question 47

Multiple Choice

If a is a structure variable and p, a pointer, is a member of the structure, what will the following statement do? cout << *a.p;


A) Output the dereferenced value pointed to by p
B) Result in a compiler error
C) Output the address stored in p
D) Output the value stored in a
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions