Vidyalelo
C++ Programming · Q108

Classes and Objects in C++

Programming · C++ Programming · question 108

Q108

What is the syntax of user-defined data types?

A.
typedef ExistingDataType NameByUser
Answer
B.
typedef NameByUser ExistingDataType
C.
def NameByUser ExistingDataType
D.
def NameByUser ExistingData

Answer: Option A

Solution

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