Let x be an int on a machine with four-byte ints. What effect does
x<<=1;
x>>=1;
have?
a) There is no effect.
b) The leftmost bit of x is set to zero.
c) The rightmost bit of x is set to zero.
d) Both b) and c).
b) The leftmost bit of x is set to zero.
Computer Science & Information Technology
You might also like to view...
A crosstab query always has at least all of the following EXCEPT:
A) one column heading. B) one row heading. C) one summary field. D) one total row.
Computer Science & Information Technology
A macro is an action or set of actions that you can use to ________ tasks within Excel
Fill in the blank(s) with correct word
Computer Science & Information Technology