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.

link|improve this question

72% accept rate
absolutely a duplicate. flagging. – Erick Robertson Sep 20 '10 at 17:48
I put together a list of a couple of different places where you can find some C programming exercises, if you're still interested: codegurl.com/2011/08/c-programming-exercises.html – Melanie Aug 11 '11 at 7:36
feedback

closed as exact duplicate by Eli Bendersky, pmg, Shaggy Frog, Federico Culloca, Prasoon Saurav Sep 20 '10 at 17:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

5 Answers

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

link|improve this answer
feedback

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

link|improve this answer
with project euler u learn more mathematics than programming – Srinivas Reddy Thatiparthy Sep 20 '10 at 17:43
feedback

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.

link|improve this answer
feedback

Try Codekata. Not specific for C though.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.