tags:

views:

55

answers:

4

may i know how to get into c programming.that is may i know a specified path

A: 

Buy an introductory book. Preferably one that is based on open source utilities like the gcc compiler that you can download for free. When starting with C there is no need to buy any expensive tools when there are so good open source tools available.

Anders Abel
A: 

Have a look at Programming Tutorials - C, C++

And as ALWAYS

GOOGLE: C Tutorial

astander
+1  A: 

If you really want to learn C you should get a book by K&R on C called The C Programming Language. Other books are fine too.

If you simply want to play around and make a few small programs, you can simply search Google for millions of tutorials.

Brian R. Bondy
A: 

You can write, compile and run simple C programs online at sites such as codepad.org.

Paul R