The >>= operator means:

A. divide by a power of 2 and save the result
B. multiply by a power of 2 and save the result
C. shift the data type preceding the >>= operator to a different data type following the >>= operator, saving the current value.
D. shift the location of the preceding variable from regular RAM memory to heap
memory, saving the current value


A

Computer Science & Information Technology

You might also like to view...

Which of the following installs, maintains, and repairs hardware and servers?

A. help desk technician B. network administrator C. network engineer D. computer technician

Computer Science & Information Technology

The ____________________ is an Access tool that helps you create complex expressions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The following declaration allocates space for how many double variables?

What will be an ideal response? ``` double [][][] temperatures = new double [10][20[]30]; ```

Computer Science & Information Technology

A(n) ________ is a statistical graph that summarizes the distribution of data and how the data fits into defined bins

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology