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};

Answer: B

Computer Science & Information Technology

You might also like to view...

The blank row at the end of a table where new data is entered is the datasheet ________ row

Fill in the blank(s) with correct word

Computer Science & Information Technology

Worksheets can be oriented to print on paper in one of ________ ways

A) two B) three C) four D) five

Computer Science & Information Technology