Vidyalelo
C++ Programming · Q20

Structures and Unions in C++

Programming · C++ Programming · question 20

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
Answer
D.
To define a new structure

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board