Reddit Reddit reviews Practical C Programming: Why Does 2+2 = 5986? (Nutshell Handbooks)

We found 4 Reddit comments about Practical C Programming: Why Does 2+2 = 5986? (Nutshell Handbooks). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Operating Systems
Linux Operating System
Practical C Programming: Why Does 2+2 = 5986? (Nutshell Handbooks)
Check price on Amazon

4 Reddit comments about Practical C Programming: Why Does 2+2 = 5986? (Nutshell Handbooks):

u/moraXen · 11 pointsr/hacking

You might be interested in reading Practical C Programming. This book is about C (obviously) but it has really helped me understand what good code is supposed to look like. It looks very much like yours! I recommended it to all.

u/bitBus443 · 1 pointr/arduino

After taking a quick look at some of the comments/responses, I would suggest taking a look through some introductory C material. I would recommend Practical C by O’Reilly, or a Udemy course. Either could help with the understanding of function declarations, data types, and arrays.

u/TauntingFrenchGuard · 1 pointr/learnprogramming

You should give O'Reilly's Practical C a try. Great introduction to C.