How do you find if number is even or odd?
Anonymous
My answer with no%2==0(even). But will not work for -ve as % does not perform as expected in many languages . So said we can use bitwise &(no&1)--->number is odd.
Check out your Company Bowl for anonymous work chats.