c the ultimate crash course to learning c from ba
`~`, `<<`, `>>`. Assignment: `=`, `+=`, `-=`, etc. Miscellaneous: `sizeof`, `?:`, `,`. Control Structures Conditional statements: `if`, `else if`, `else`. `switch`. Loops: `for`. `while`. `do-while`. Branching: `break`. `continue`. `goto` (use sparingly). Function Fundam