prog.c:1: warning: return type defaults to ‘int’
prog.c: In function ‘main’:
prog.c:1: warning: implicit declaration of function ‘scanf’
prog.c:1: warning: incompatible implicit declaration of built-in function ‘scanf’
prog.c:1: warning: implicit declaration of function ‘printf’
prog.c:1: warning: incompatible implicit declaration of built-in function ‘printf’
prog.c:1: warning: control reaches end of non-void function