From 5c82bf4afa48dd7c8ab7e4a226f886724faa6cbf Mon Sep 17 00:00:00 2001 From: goerlibe <23436477+goerlibe@users.noreply.github.com> Date: Fri, 10 Mar 2023 13:39:36 +0100 Subject: [PATCH] better formatting of the Readme --- README.md | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bc3fbbd..71a6f98 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + +- 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