The typedef keyword in C is used to create an ________ for existing data types.

  • Alias
  • Enumeration
  • Function
  • Pointer
In C, the typedef keyword is used to create an alias for existing data types, making code more readable and maintainable by providing descriptive names.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *