Multiple Choice
Let x be an unsigned int on a machine with 4-byte unsigned ints. What effect does
X>>=1;
X<<=1;
Have?
A) There is no effect.
B) The leftmost bit of x is set to 0.
C) The rightmost bit of x is set to 0.
D) Both b) and c) .
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The most basic unit of data on
Q6: Which is the proper way to create
Q7: To change the string "ABCDEFGHI" to "aaaaaFGHI"
Q7: Structure variables may not be initialized by:<br>A)
Q9: Arrays are:<br>A) Always passed by reference.<br>B) Passed
Q15: What is the output of the following
Q19: The number of bits in a bit
Q20: Let Bit1 = Bit2 = 1. Which
Q21: The main difference between structures and classes
Q24: A bit field must be declared as