What are different types of instruction used in c?
Answers
Answered by
0
There are basically three types of instructions in C language. first type declaration instruction second arithmetic instruction third is control instruction type declaration instructions are used to declare the type of variable.
Similar questions