-
Identify the correct statement.
-
- typedef create own types
- typedef does not create different types. It only creates synonyms of existing types
- typedef create different types
- All of above
- None of these
Correct Option: B
By using typedef, we can create a type of pre-existing type only not our own type of data.