Hello...
Im a newb to both C programming and DaniWeb ..
the prob is tht i try to compile this program in TurboC3
#include <stdio.h>
#include<Conio.h>
main()
{
printf( "hello" );
getch();
}
when i press " alt+F9 " it says " Warning:: program should return a value" and no errors
When i press " Alt + F5 " I see nothing but a black screen and cursor on it (like in logo) when i have to get Hello....
wht can be the problem...
anything wrong in the program?
plz help me...
regards
yesh