Contoh Bitiwise Shift Right : #include main() { int x; clrscr( ); cout >x; x= x >> 1 ; cout<< HASIL DARI GESER 1 BIT KEKANAN = <<x<<endl; getch(); }