Which statement is true of the >> operator?

a) It is called the left shift operator.
b) It is called the bitwise left shift operator.
c) It shifts the bits of the first operand right by the number of bits specified by the second operand.
d) It fills from the left portably across platforms.

c) It shifts the bits of the first operand right by the number of bits specified by the second operand.

Computer Science & Information Technology

You might also like to view...

When a linear trend line is created, the perspective measures the angle of the straight line that is the closest fit to the data

Indicate whether the statement is true or false

Computer Science & Information Technology

&[File] is an example of a ________ that instructs Excel to insert a specific item in a header or footer when a worksheet is printed

A) label B) formula C) placeholder D) function

Computer Science & Information Technology