Multiple Choice
If you have declared a structure named Date, you can then make the name DATE a synonym for the terms struct Date, by using the statement ____.
A) typedef struct Date DATE;
B) typedef DATE struct Date;
C) #define struct Date DATE
D) #define DATE struct Date
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Arrays of structures are very useful to
Q34: Populating a structure is a complex task
Q35: By convention all typedef names are written
Q36: Each of the individual data items in
Q37: The function call _ passes a copy
Q39: For non-ANSI C compilers, the keyword _
Q40: A _ statement provides a simple method
Q41: The problem with arrays of structures is
Q42: _ is not a definition statement.<br>A)struct {int
Q43: Each member of a structure is accessed