Multiple Choice
Typedef is used to:
A) Create a type name that is an alias for another type name.
B) Make a struct private.
C) Cast one struct to another type.
D) Initialize struct members.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Let Bit1 = Bit2 = 1. Which
Q21: The main difference between structures and classes
Q22: Which of the statements a), b) and
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as
Q25: Which of the following is not a
Q27: Which of the following statements is false?<br>A)
Q28: What is the output of the following
Q29: For any nonzero 8-bit x, which of
Q30: The isxdigit function would return false on:<br>A)