Describe the Typedef in programming.

      

Describe the Typedef in programming.

  

Answers


Kavungya
The typedef is used in C++ language to create an alias for a type definition. typedef is used by writing the keyword followed by the existing type and the new name.
Kavungya answered the question on May 15, 2019 at 14:34


Next: Describe constants in programming.
Previous: Define a variable.

View More Computer Programming Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions