Compiler output
prog.c: In function ‘main’:
prog.c:7:5: warning: passing argument 1 of ‘fscanf’ from incompatible pointer type [enabled by default]
In file included from prog.c:1:0:
/usr/include/stdio.h:445:12: note: expected ‘struct FILE * restrict’ but argument is of type ‘char *’
prog.c:7:5: warning: passing argument 2 of ‘fscanf’ from incompatible pointer type [enabled by default]
In file included from prog.c:1:0:
/usr/include/stdio.h:445:12: note: expected ‘const char * restrict’ but argument is of type ‘int *’