Vidyalelo
C++ Programming · Q4

Structures and Unions in C++

Programming · C++ Programming · question 4

Q4

What is the purpose of typedef in C++ structures?

A.
To define a new structure
B.
To initialize structure members
C.
To create a pointer to a structure
D.
To create an alias for data types
Answer

Answer: Option D

Solution

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