Search
 
SCRIPT & CODE EXAMPLE
 

C

types of instruction and there meaning in c

There are basically three types of C instructions.
1. Type Declaration Instruction
Type Declaration Instruction : As its name suggests it is used to declare
 type of variables in C language. It is must that you have to declare the 
 type of variable before using it. And it is also must that these type 
 declaration instruction should be provided in the beginning of the program 
 (just after the main()).
2. Arithmetic Instruction
hese instructions are used to perform some arithmetic calculation within the 
program. It uses arithmetic operators like +, -, X, /, %, =, ++,–, +=,-+ etc.
3. Control Instruction
Like the name suggests, these instructions are used to control the flow of the
program execution. They maintain certain order in which program needs to be
executed , also there are four different types of control instruction 
have a happy programing
Comment

PREVIOUS NEXT
Code Example
C :: How to generate a random array in c 
C :: remove from string c 
C :: reverse integer in c 
C :: c get random float 
C :: arduino client disconnect 
C :: npm fix old lockfile 
C :: execute maven project in cmd 
C :: convert number to string c 
C :: srand time null 
C :: const godot gdscript 
C :: string if statements c 
C :: how to print the first character of a string in c 
C :: differnce between spooling and buffering 
C :: connect servo to arduino 
C :: vbnet create and write on file 
C :: c realloc 
C :: c print to stderr 
C :: c in array 
C :: c recursion func revers number 
C :: search in gz file 
C :: adding strings in the list 
C :: how to take blank space in c scanf 
C :: do...while loop c 
C :: int data types in c 
C :: macos prevent disk mounting 
C :: chevront de vlavier 
C :: how to print % in c 
C :: define constant c 
C :: calling of a void in c 
C :: typedef c 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =