Types of Instructions in C - Quick Overview | C programming tutorial for beginners

Опубликовано: 17 Март 2026
на канале: Aptuts
994
8

In this lecture, I will give brief overview on Instructions in C programming.

There are three types of instructions in C. They are as follows:

1) Type Declaration Instruction
2) Arithmetic Instruction
3) Control instruction

Type Declaration instruction is used to declare the type of variables used in C. Any variable we want to use in the program must be declared before using it. This declaration is done using Type declaration instruction.

Arithmetic instructions in C are used to perform arithmetic operations on variables and constants.

Control instructions are used to control the sequence (flow) of the program.

00:00 Introduction - Overview of Instructions in C
00:35 Overview of Type declaration instructions
00:50 Overview of Arithmetic instructions
01:10 Overview of Control instructions

Here is the link to install C compiler and C IDE Codeblocks:
   • Install C in Windows | Install & Configure...  

C Programming for beginners playlist -    • C Programming Tutorial For Beginners  

Interested in learning C programming language? Visit my comprehensive C course - https://www.aptuts.com/c-programming

#CInstuctions #CProgramming #aptuts