The << shift operator means:

A. divide by a power of 2
B. multiply by a power of 2
C. shift the data type following the << operator to a different data type preceding the << operator
D. shift the location of the following variable from regular RAM memory to heap memory

B

Computer Science & Information Technology

You might also like to view...

The LINQ statement merely selects the records but does not assign them to the records variable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Forgetting to include the data type of a function's parameters within the function header line is a common programming error.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology