Q12
What is the correct syntax to define a structure pointer in C++?
A.
structName *ptr;
AnswerB.
ptr *structName;
C.
struct *ptrName;
D.
*ptrName structName;
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board