Let m be a variable of datatype byte. The value of m <<4 is same as
Answers
Answered by
1
Answer:
the Answer is 4 , it is correct answer.
Answered by
0
m*2^4
Let m be a variable of datatype byte. The value of m <<4 is same as m*2^4
- The modulus operator, which operates between two accessible operands, is an addition to the C arithmetic operators. To obtain a result, it divides the supplied numerator by the supplied denominator. To put it another way, it results in an integer division remainder. As a result, the leftover amount is likewise always an integer.
#SPJ3
Similar questions