Peter Wone
0
Q:

c right bit shift

// 5: 0...0101
int a = 5;
//shift int a 2 bits
int n = (a >> 2);
3

New to Communities?

Join the community