Q20
What is the purpose of the 'typedef' keyword in C++ structures?
A.
To create a pointer to a structure
B.
To initialize structure members
C.
To create an alias for a data type
AnswerD.
To define a new structure
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board