Solved

____ Is Not a Valid C Statement

Question 4

Multiple Choice

____ is not a valid C statement.


A) struct {int month; int day; int year;} birth;
B) struct {int month; int day; int year;} birth, current;
C) struct Date {int month; int day; int year;};
D) struct {int month, int day, int year} birth;

Correct Answer:

verifed

Verified

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

Related Questions