hi people ..
i'm a beginner on c programming ..
i written a small script ..
Code:
#include <stdio.h>
int main ()
{
printf (" Mandrake Linux \n \t hello man \a");
return (0);
}
when i compile it . with gcc . it show the message]
warning: no newline at end of file
what should i do ..
thanks