1.

On applying Left shift operator,

Answer»

Right OPTION is (d) 31

Explanation: The LEFT SHIFT operator shifts all of the bits in a value to the left specified number of TIMES. For each shift left, the high order bit is shifted out and lost, zero is BROUGHT in from the right. When a left shift is applied to an integer operand, bits are lost once they are shifted past the bit position 31.



Discussion

No Comment Found

Related InterviewSolutions