Home / Questions / What is the purpose of the keyword typedef?
Explanatory Question

What is the purpose of the keyword typedef?

👁 1,744 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

It is used to alias the existing type. Also used to simplify the complex declaration of the type.