0
what are the different types of instructions in c?
Answer:
There are basically 4 types of instructions in C :
1. Type declaration instructions: to declare the type of variables used in a C program
2. Input/Output instructions: to perform the function of supplying input data to a program and obtaining the output results from it.
3. Arithmetic instructions: to perform arithmetic operations between constants and variables.
4. Control instructions: to control the sequence of execution of various statements in a C program.
tags: interview questions, interview question what are the different types of instructions in c, what are the different types of instructions in c
There are basically 4 types of instructions in C :
1. Type declaration instructions: to declare the type of variables used in a C program
2. Input/Output instructions: to perform the function of supplying input data to a program and obtaining the output results from it.
3. Arithmetic instructions: to perform arithmetic operations between constants and variables.
4. Control instructions: to control the sequence of execution of various statements in a C program.
tags: interview questions, interview question what are the different types of instructions in c, what are the different types of instructions in c
Post a Comment