Compiler output
prog.c: In function âmainâ:
prog.c:5:5: warning: format â%dâ expects argument of type âint *â, but argument 2 has type âlong int *â [-Wformat]
prog.c:13:5: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âlong intâ [-Wformat]
prog.c:4:28: warning: unused variable âlâ [-Wunused-variable]
prog.c:4:22: warning: variable âvâ set but not used [-Wunused-but-set-variable]
prog.c:4:16: warning: unused variable âbinâ [-Wunused-variable]