C Programming Cheatsheet
C programming language quick reference
Data Types
int, char, float, double, void, short, long, unsignedOperators
Arithmetic, Relational, Logical, Bitwise, Assignment, TernaryControl Structures
if-else, switch, for, while, do-while, break, continuePointers
*, &, pointer arithmetic, arrays, function pointers, malloc/free