Multiple Choice
In an arithmetic right shift (using the >> operator) , each right shift corresponds to ____.
A) multiplication by 2
B) division by 2
C) multiplication by 4
D) division by 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The full function header of a main()
Q13: For unsigned integers, each left shift (using
Q14: C places several restrictions on the equivalences
Q15: The typedef statement creates a new data
Q16: _ is the most frequently used conditional
Q18: When the bit operators &, |, and
Q19: One of the differences between the a
Q20: Using uppercase names in typedef statements is
Q21: Conditional expressions are only useful in replacing
Q22: Compiler processing of typedef statements allows for