Home > Back-end >  The shift operator
The shift operator

Time:09-29




Pray god to solve the problem

CodePudding user response:

A>> 3; Should not compile

CodePudding user response:

 int a=9.//bin 1001 
A=b & gt;> 3;
Caption=a;//1 bin 001


Int a=9;//bin 1001
A. & gt;> 3;
Caption=a;//9 bin 1001
  • Related