What is left shift and right shift?
Answer / balamurugan
This operators are quite near to the machine. Any
processors (I know) have
a binary shift operation. The integer is internally known
as a binary
number to the processor. In fact an integer fills exactly
one register of
your processor. This register is shifted left by << and
right by >> the
many bits you want.
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you sort a string in alphabetical order in java?
How to sort array in descending order in java?
What is the use of TL?
What is procedure writing?
Give the hierarchy of inputstream and outputstream classes.
How do you reverse a word in java?
What is the method to declare member of a class static?
What is the meaning of nullable?
How many types of parsers are there?
Is there any difference between synchronized methods and synchronized statements?
Can you explain the cs option of java interpreter?
What is difference between variable declaration and definition?