Q5
How do you declare a structure variable in C++?
A.
structName variableName;
AnswerB.
struct variableName;
C.
variableName structName;
D.
variableName = structName;
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board