Question Detail
37. Which of the following statements is false ?
- Using typedef does not replace the standard C++ data type name with the new name
- The new name defined by typedef, can be used as a type for another typedef
- typedef defines new data types
- None of the above
Answer: Option C