Useful C Programming Books and Tutorials¶
ChatGPT Study Mode¶
You can learn C or parts of C interactively with ChatGPT's Study Mode for free. Just select "Study and learn" from the "+" button to the left of the chat input box. For example, you can type "Help me learn how to work with strings in the C programming langauge." or "I want a refresher on how to work with C pointers."
Beginner¶
The C Programming Handbook for Beginners
Intermidate¶
- Note the Beej Guides are really good, see the GDB guide as well.
Advanced¶
The GNU C Programming Tutorial