tags:

views:

99

answers:

2

How I can invent the problem logic for the given problem using Programming language-C. How to start thinking to solve the problem.. please suggest ideas or book names.

+1  A: 

Take a look at some of these topics on good books to read for programmers:

http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books

http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read

I myself am slowly working through the second and it helps a lot.

Raynos
You forgot http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list
S.Lott
Ah yes, a good source for C specifically. Personally I don't think I could read multiple books on C.
Raynos
+6  A: 

C? Well, try the book "The C Programming Language"... written by its creator. =)

Kira