Question: What's wrong with this statement in C language code? struct { char zodiac_sign[21]; int month; } sign = Leo, 8;
What's wrong with this statement in C language code?
struct {
char zodiac_sign[21];
int month;
} sign = "Leo", 8;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
