Here you know the what is instructions and its various types in C. First let see the basic definition.
A program is nothing but a set of instructions. The program behaves as per the instructions that we give in it. Different statements help us to achieve the different tasks in a program.
Types of C instructions:-
They are basically of three types
- Type Declaration instruction – This instructions is used to declare the type of variable used in a C program.
- Arithmetic instruction – This instruction is used to perform arithmetic operations on constants and variables.
- Control instructions – This instructions is used to control the sequence of execution of various statements in a C program.