QUOTE(sagar90 @ 9 Jul, 2008 - 12:04 PM)

hi friends
i wanted to ask if we can run c programs on turbopascal.
i tried to run them but an error 36 BEGIN EXPECTED came again and again.
so whats d problem?
No you can't, because it is for language PASCAL and you are trying to compile C program in it.
So that error is also obvious, it is expecting statement BEGIN and you are giving main!
Why are you trying that? don't you have C compiler with you? Just get one from internet there are free compilers around.