What is the syntax of user-defined data types?
(a) typedef ExistingDataType NameByUser
(b) typedef NameByUser ExistingDataType
(c) def NameByUser ExistingDataType
(d) def NameByUser ExistingData
The question was asked in a national level competition.
This interesting question is from User Defined Types in chapter Source Files, Classes and Operator Overloading in C++ of C++