C Programming

This is a full tutorial on C programming intended to teach the basics of c. It contains lessons on every topics, with practical codes to explain each concepts.

Table of Content

00 - Introduction to C 01 - Datatypes 02 - Variables 03 - Format Specifiers 04 - Comments and Escape Sequence 05 - Operators in C 06 - Conditional Statements 07 - Loops in C 08 - Ternary Operator 09 - Nested Loops 10 - Break and Continue 11 - Switch Statement 12 - Scope of Variable 13 - Variable Modifier 14 - Functions 15 - Recursions 16 - Pointers 17 - Arrays