C Programming Course Part 1 | The Basics |

Опубликовано: 11 Февраль 2026
на канале: SK Technical Boy
109
9

C Programming Course Part 1 | The Basics |

Hi guys, Finally we have arrived into our First Course in this channel, which is the C Programming Language, The reason why i choose C Programming Language is because it is the foundation of programming language.

If you guys master this language, it will be easy for you guys to learn any other programming languages like C++, Python and Java. Because these programming Languages are built from the C Programming Language.

In This Video we have discussed the following topics:

1) Why I have choosen C Programming Language as our First Course.
2) How to install the C programming Language Compiler in your System.
3) Understanding the Structure of the C Programming Language.
4) Writing Your First Programming Language.
5) Understanding what is a Preprocessor.
5) Understanding what is a Preprocessor Directive.
6) What are Header Files.
7) Your First Challenge.
8) Solution For Challenge 1

Chapters:
0:00 Intro
0:11 Introduction
0:45 Contents
1:25 Why to Learn C Language
2:09 How to install C compiler in your operating system
4:07 What is Low Level Programming Language
8:42 Using Visual Studio Code for First Time
10:01 Understanding the Structure of C Language
11:30 Writing your First C Program
13:16 What is a Preprocessor
13:43 All Preprocessor Directives in the C Programming Language
13:54 Purpose of Preprocessor Directive
14:19 What are Header Files
14:44 Challenge 1
15:10 Solution for Challenge 1
16:02 What we will Discuss in Part 2 of the Video

Download Links:

Visual Studio Code: https://code.visualstudio.com/download

MSYS Command Terminal: https://www.msys2.org/

Command to install MinGW Compiler in Visual Studio Code:
pacman -S mingw-w64-ucrt-x86_64-gcc

Command to install MinGW-w64 toolchain
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain

I hope this video was helpful for you guys, the part 2 of the video will be coming soon.

If you guys like the video please like, share and Subscribe.

Comment Which part was your favourate.

Peace :)