Computer Science, asked by nivasbharath847, 1 year ago

Write a program to divide any positive even integer by 2 using bitwise shift operator

Answers

Answered by Anonymous
0

C/C++ there is only one right shift operator '>>' which should be used only for positive integers or unsigned integers

Similar questions