views:

184

answers:

5

Possible Duplicate:
Where can I find C coding exercises to practice?

I am learning c programming language and i need some exercises resources to practice from.

+1  A: 

Find something that interests you and try implement that. Failing that if you like mathematically inclined challenges try http://projecteuler.net/ .

doron
with project euler u learn more mathematics than programming
Srinivas Reddy Thatiparthy
+1  A: 

As opposed to the more mathematically-oriented exercises of Project Euler, the Kernighan and Richie (K&R) C book (The C Programming Language) contains exercises that walk through the various language features and how to use them correctly. I highly recommend it.

To clarify: if you do the Euler problems in C, you'll learn a lot about math and a little about C. If you do the K&R chapter exercises, you'll learn C.

Derrick Turk
+1  A: 

Try Codekata. Not specific for C though.

Amit Kumar
+1  A: 

There are lots of problem sites. Here's a few:

pmg