Day1: Why you need to Learn C language?
Day2: VS Code Installation and Helloworld.cDay3: Compilation process and Errors in CDay4: Data Elements and character constant in cDay5: Signed and Unsigned in CDay6: Operators in C language Part1 Day7: Operators in C language Part2 Day8: Bitwise Operators in C and Explicit type casting in C language Day9:Shift Operator in C and Set Clear and Toggle bit C language Day10:Volatile Qualifier in C and Increment and decrement operator in CDay 11: If else Control Statements in CDay 12: Goto Control Statements in CDay 13: For Loop in CDay 14: For Loop Exercise in CDay 15: Nested For Loop in CDay 16: Pattern in CDay 17: Switch case and Break control statement in CDay 18: Continue return and comma operators in C Day 19: Pointers in C language part-1Day 2: Vscode Installation and Hello world.c
VS Code Installation steps:
Step1: Download VS code from Click Here.
Step2: Install MinGW Compiler: follow the path from here: Click Here
Step3: Install C/C++ Extension in VS Code.
Now you are ready for Helloworld.C
Watch Below Video and Make your Helloworld.C code now.
Video Chapter links:
00:00 The process of program development.
05:45 Os Hw Compiler relationship
13:10 VS Code installation
17:45 Hello World.c
30:50 basic Structure of C language
36:03 Comments in C language