engineering computer science MCQ #2158

The `typedef` keyword is used to

engineering computer science MCQ #2158

  1. Question 1

    Q1. The `typedef` keyword is used to

    • A) create a new data type
    • B) declare a constant
    • C) allocate memory dynamically
    • D) define a macro

    Answer: create a new data type

    Explanation: typedef is used to create an alias for an existing data type.