Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# 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

- 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