The keyword typedef cannot be used to give alias names to pointers.
Answer: B
The statement given in the question is incorrect. The keyword typedef can be used to give an alias name to all data types as well as pointers.