K&R C, Hanson's <i>C Interfaces and Implementations</i>, van der Linden's <i>Expert C Programming: Deep C Secrets</i>, Bryant and O'Hallaron's <i>Computer Systems: A Programmer's Perspective</i>, Gustedt's <i>Modern C</i>, and <a href="https://matt.sh/howto-c" rel="nofollow">https://matt.sh/howto-c</a> should keep you well covered.<p>You don't need all of the above, but you shouldn't need much more.
To all the other suggestions I'd like to add:<p><a href="http://www.buildyourownlisp.com/" rel="nofollow">http://www.buildyourownlisp.com/</a>
project based tutorials in c: <a href="https://github.com/rby90/Project-Based-Tutorials-in-C" rel="nofollow">https://github.com/rby90/Project-Based-Tutorials-in-C</a>