Identify the correct statement.
(a) typedef does not create different types. It only creates synonyms of existing types
(b) typedef create different types
(c) typedef create own types
(d) typedef will not creates synonyms of existing types
This question was addressed to me in examination.
Query is from User Defined Types topic in division Source Files, Classes and Operator Overloading in C++ of C++