Discussion Forum : User Defined Types
Question -

Identify the correct statement.

Options:
A .  typedef does not create different types.It only creates synonyms of existing types.
B .  typedef create different types.
C .  both a & b
D .  none of the mentioned
Answer: Option A

By using typedef, we can create a type of pre-existing type only not our own type of data.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *