Examveda
Examveda

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

D. To define a new structure

Answer: Option C


Join The Discussion

Related Questions on Structures and Unions in C plus plus

What is a structure in C++?

A. A collection of functions

B. A reserved keyword in C++

C. A user-defined data type containing variables of different data types

D. A way to declare arrays of data