top of page
References
Books
The C Programming Language, - Brian Kernighan & Dennis Ritchie: https://www.amazon.com/Programming-Language-Brian-W-Kernighan/dp/0131101633
The C Programming Language, 2nd Edition - Brian Kernighan & Dennis Ritchie: https://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628/
C Programming Absolute Beginner's Guide, 3rd Edition - Greg Perry: https://www.amazon.com/Programming-Absolute-Beginners-Guide-3rd/dp/0789751984/
C in a Nutshell: The Definitive Reference, 2nd Edition - Peter Prinz, Tony Crawford: https://www.amazon.com/Nutshell-Definitive-Reference-Peter-Prinz/dp/1491904755/
Head First C, 1st Edition - David Griffiths, Dawn Griffiths: https://www.amazon.com/Head-First-C-Brain-Friendly-Guide/dp/1449399916/
Online References
W3resource C Walk-Through: https://www.w3resource.com/c-programming/programming-in-c.php
Tutorialspoint C Walk-through: https://www.tutorialspoint.com/cprogramming/index.htm
Cppreference: https://en.cppreference.com/w/c
Scholarly Resources for CompSci Undergrads - Jamie Blustein: https://web.cs.dal.ca/~jamie/UWO/.Refs/C-refs.html
Programiz Guide to C: https://www.programiz.com/c-programming
Online C Compilers
Tutorialspoint Compiler: https://www.tutorialspoint.com/compile_c_online.php
Ideone Compiler: https://ideone.com/
Codepad Compiler: http://codepad.org/
CodeChef Compiler: https://www.codechef.com/ide
Online GDB: https://www.onlinegdb.com/online_c_compiler
Online Challenges
< Listed from Beginner Friendly to Advanced >
Cprogramming Programming Practice Problems: https://www.cprogramming.com/challenge.html
W3resource Programming Exercises: https://www.w3resource.com/c-programming-exercises/
Adriann GitHub: https://adriann.github.io/programming_problems.html
Project Euler: https://projecteuler.net/archives
Hackerearth: https://www.hackerearth.com/
HackerRank: https://www.hackerrank.com/
Codewars: https://www.codewars.com/
Topcoder: https://www.topcoder.com/
Codeforces: http://codeforces.com/
​
CodeChef Contest and Events: https://www.codechef.com/
bottom of page