vote up 5 vote down star
6

Tutorials are a dime a dozen, but I'd like to find a list of exercises online that I could attempt to practice what I'm learning. The sort of things that start with "Write a program to..."

I'm an absolute beginner, so basic exercises increasing in difficulty would be great.

flag
Thanks all - these answers are much appreciated! – Benjamin Jun 15 at 12:11

7 Answers

vote up 12 vote down check

Project Euler

link|flag
vote up 2 vote down

You can give a try to TopCoder, there you can practice with a lot of problems (dificulties varies), and also the guys from the forum can help you to get over certain kind of problems (by identifiying patterns).

link|flag
vote up 1 vote down

You may be interested in checking out Foundations of Computer Science (C Edition) by Alfred Aho and and Jeffrey Ullman. The link provides you with legal access to the entire book. It contains plenty of exercises related to the implementation of the "classic" data-structures in C. If you are familiar with these data-structures and algorithms in another language, then this book will at least help translate what you already know to C. If you aren't familiar with them, then this book will teach you the building blocks needed to construct large programs (in C, of course :-).

link|flag
vote up 2 vote down

CodeKata has lots of exercises, but they're language agnostic.

link|flag
vote up 1 vote down

I would recommend to buy a good beginners book to start with that language.

link|flag
And the best C book, for any level programmer, is The C Programming Language, as mentioned by Rob Wells. – Thomas Owens Jun 15 at 11:45
vote up 0 vote down

https://hs.spoj.pl/ is a good site for some rather difficult programs

France IOI is a site meant for the french IOI team(therefore in French) with a section on learning C(also one on learning oCaml for courageous people). The great part about the site, though, is the algorithms section, is extremely well developed.

Of course there's Project Euler.

link|flag
vote up 10 vote down

G'day,

Go straight to the original K&R book on C (sanitised Amazon link).

BTW I'm actually revisiting my C by working through this book in conjunction with The C Answer Book (sanitised Amazon link) atm

HTH

cheers,

link|flag

Your Answer

Get an OpenID
or

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