prog.c:2:18: error: conio.h: No such file or directory
prog.c:3: warning: return type of ‘main’ is not ‘int’
prog.c: In function ‘main’:
prog.c:5: warning: implicit declaration of function ‘clrscr’
prog.c:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sum’
prog.c:6: error: ‘sum’ undeclared (first use in this function)
prog.c:6: error: (Each undeclared identifier is reported only once
prog.c:6: error: for each function it appears in.)
prog.c:7: error: ‘for’ loop initial declaration used outside C99 mode
prog.c:8: error: ‘my’ undeclared (first use in this function)
prog.c:9: error: redefinition of ‘i’
prog.c:7: error: previous definition of ‘i’ was here
prog.c:9: error: ‘for’ loop initial declaration used outside C99 mode
prog.c:11: error: ‘a’ undeclared (first use in this function)
prog.c:14: error: ‘m’ undeclared (first use in this function)
prog.c:15: warning: implicit declaration of function ‘getch’