The _________ and ___________ operators are used to shift the bits of a value to the left or to the right, respectively.
Fill in the blank(s) with the appropriate word(s).
left-shift operator (<<), right-shift operator (>>).
Computer Science & Information Technology
You might also like to view...
If a base class and a derived class both have constructor functions, which one is executed first?
A. Both are executed at the same time. B. The derived class is executed first. C. The base class is executed first. D. Neither are executed.
Computer Science & Information Technology
Comments that span multiple lines are enclosed with the _____ characters.
A. (* and *) B. {* and *} C. [* and *] D. /* and */
Computer Science & Information Technology