hello actually i tried both  but it still is telling the same result so..please look into the thing....here is the problem<br><br><br>savitra@savitra-laptop:~/programs$ gcc -o savvy savvy.c<br>savvy.c:1:18: error: stdio.h: No such file or directory<br>
savvy.c: In function 'main':<br>savvy.c:3: warning: incompatible implicit declaration of built-in function 'printf'<br>savvy.c:3: warning: return type of 'main' is not 'int'<br>savitra@savitra-laptop:~/programs$ cat savvy.c<br>
#include<stdio.h><br>void main()<br>{ printf("hello");<br>}<br><br>