Shouldn't it be returning an int?QwertyManiac said:Yeah just omit conio.h, clrscr(); and getch();
Code:#include <stdio.h> int main() { printf("asssignment 1"); }
I believe you should either add
Code:
return 0
Code:
main
Though this won't give an error but I believe it should give warning if you pass -Wall parameter to gcc.
Didn't I warn of the morons at aptech? Forget aptech they will teach you just crap.
Last edited: