After the following declaration, you can define and initialize a variable birth of this structure type as follows ____.
Struct Date
{
Int month;
Int day;
Int year;
};
A) Date birth = {12, 28, 1987};
B) struct Date birth = {12, 28, 1987};
C) Date birth = {12; 28; 1987};
D) struct Date birth = {12; 28; 1987};
Correct Answer:
Verified
Q29: Each member of a structure is accessed
Q30: _ is not a valid C statement.
A)struct
Q31: In the following definition, _ is the
Q32: _ creates a new data type without
Q33: _ is not a definition statement.
A)struct {int
Q35: For non-ANSI C compilers, the keyword _
Q36: Arrays of structures are very useful to
Q37: A _ statement provides a simple method
Q38: If you have declared a structure named
Q39: _ creates an array of 10 PayRecord
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents