Solved

If You Have Declared a Structure Named Date, You Can

Question 38

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions