Computer Science, asked by sikarwara48pccnoj, 1 year ago

which symbol is uses in airthmetic instruction in c language

Answers

Answered by saurabh8744
0
hey mate..

 C arithmetic instruction consists of a variable name on the left hand side of = and variable names & constants on the right hand side of =. The variables and constants appearing on the right hand side of = are connected by arithmetic operators like +, -, *, and /.


Ex.: int ad ;
float kot, deta, alpha, beta, gamma ;
ad = 3200 ;
kot = 0.0056 ;
deta = alpha * beta / gamma + 3.2 * 2 / 5 

Answered by itzriyaz
0

Explanation:

A processor understands only machine language instructions, which are strings of 1's .... This number will require two bytes of memory.

Similar questions