Bitwise right shift and left shift operators in Java with example | & operator in java

preview_player
Показать описание
Java program to find the result of the following expressions
Assume a=10 and b=5
Bitwise right shift operator in Java with example.
What are left shift and right shift operators in java?
Рекомендации по теме
Комментарии
Автор

explained it in such an easy way, thank you!!!

smritigupta
Автор

Thank you Sukanya ma'am, you explained it very well! I understood!

girlstjohnian
Автор

Why there is no signed left shift and right shift???

stupidgamer
Автор

how is a+b*100/10= 51 when executed as shown? is it not supposed to be 60? can you please explain how?

vetopuro