which symbol is uses in airthmetic instruction in c language
Answers
Answered by
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
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
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
Math,
7 months ago
Political Science,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Science,
1 year ago
English,
1 year ago
History,
1 year ago