Thanks Duncan.
I'll finish the BNR book first and will start K&R book as weekend project (IE read it every weekend) as I cannot read it while at work as I have some deadlines to meet.
With regards to that K&R book - is it possible to follow it properly on my MacBook using xCode - or will I need a different compiler?
Sure you can. You will want to spend some time figuring out how to invoke command line tools from the debugger command line (something I still need to figure out) since K&R is old-school and relies heavily on the command line.
If you're reading the BNR Objective C book then K&R might be overkill. The BNR book gives a pretty decent introduction to C at the beginning.
My biggest complaint about the BNR books is that the exercises aren't well defined enough or hard enough. For my learning style, after reading about a new language feature, I really need to use it to solve a problem myself in order to "set" the learning in my head.