QUOTE(PennyBoki @ 13 Jan, 2008 - 06:52 AM)

QUOTE(cricketfancy @ 13 Jan, 2008 - 05:25 AM)

also guide whether we can directly include header files like
stdio.h, conio.h, graphics.h............
ok for the run try this:
./nameOfTheFile.cand the headers include them in the .c file.
hi,
thanks for giving responses.............
but the issue still remains
firstly after tryingg to run by ./nameofthefile.c error came as:
bash: ./sample.c: Permission denied
next
compiler gave error messages for clrscr() and getch() functions
sample.c:(.text+0xa): undefined reference to `clrscr'
sample.c:(.text+0x23): undefined reference to `getch'
lastly
does the ./ concept work under fedora...........
under ubuntu it did work..............
but what about fedora?
coz its giving errors all the time!!