introduce me a site .
I need some example about turbo c programming . can you help me ?
Hey if u really need just mail me and i will send u. i have around 40 programs written in C language.
MY MAIL ID IS -%26gt; jassiipa@yahoo.co.in
Reply:Well, I'd suggest you start at the URL below. They have links to lots of different stuff, including the Borland sites. And Turbo C itself usually has some example code with it. I hope this helps you out.
Reply:"Turbo c" is a compiler for the C language.
That said, here is the canonical "Hello World" program in c:
#include %26lt;stdio.h%26gt;
void main ()
{
printf ("Hello World!");
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment