C
Programming and Technical
Numerical Ability
Percentage
make the bit zero?
example
int x=0X0020;
Q1.is it valid?
Q2.if valid what is the value?
Q3.convert it into Binary formate?
Q4.then Make 3 bit zero?
Read Solution (Total 4)
-
- 1. valid
2. 32
3. 00010000 - 10 years agoHelpfull: Yes(2) No(0)
- 1. valid
2. 32
3. 10000
4. i think shifting will be here - 10 years agoHelpfull: Yes(1) No(0)
- not valid
- 10 years agoHelpfull: Yes(0) No(0)
- yes valid,,
33
00010001
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question