I am learning C and when I tried to run a script from a tutorial, iut cant funt the header...
this is hte code:
Code:#include < stdio.h> void main() { printf("\nHello World\n"); }
and this is the error..
Code:C:\>gcc c:\c\first.c c:/c/first.c:1:20: stdio.h: No such file Or directory (ENOENT) c:/c/first.c: In Function `main': c:/c/first.c:4: warning: return Type of `main' is Not `int'




Reply With Quote