Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rakhi@rakhi-Inspiron-3542:~/CurlyMaths$ gcc -o cquizgame cquizgame.c
- cquizgame.c: In function ‘show_record’:
- cquizgame.c:479:2: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[20]’ [-Wformat=]
- fscanf(f,"%s%f",&name,&scr);
- ^
- cquizgame.c: In function ‘reset_score’:
- cquizgame.c:493:2: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[20]’ [-Wformat=]
- fscanf(f,"%s%f",&nm,&sc);
- ^
- cquizgame.c: In function ‘edit_score’:
- cquizgame.c:528:2: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[20]’ [-Wformat=]
- fscanf(f,"%s%f",&nm,&sc);
- ^
- /tmp/ccMoJsNi.o: In function `main':
- cquizgame.c:(.text+0x193): undefined reference to `get'
- collect2: error: ld returned 1 exit status
Add Comment
Please, Sign In to add comment