huh?? thats wrong... what are you trying to input?? judging by your scanf line.. scanf("%c %c %d %d",&weekday,&month,...);%c is used for charactersand there MUST be a & sign before each variable.there shud not be any semicolons in that statement
huh?? thats wrong... what are you trying to input?? judging by your scanf line..
ReplyDeletescanf("%c %c %d %d",&weekday,&month,...);
%c is used for characters
and there MUST be a & sign before each variable.
there shud not be any semicolons in that statement