I am not able to understand following different type of declarations
char aname[][15] = { "Illegal month", "Jan", "Feb", "Mar" };
char amessage[] = "now is the time";
char *name[] = { "Illegal month", "Jan", "Feb", "Mar" };
char aname[][15] = { "Illegal month", "Jan", "Feb", "Mar" };
char amessage[] = "now is the time";
char *name[] = { "Illegal month", "Jan", "Feb", "Mar" };
|
|
|
0 members, 1 guests, 0 anonymous users