finding a number even or odd without using if,else or arithmetic operator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vivek verma
    New Member
    • Feb 2010
    • 6

    finding a number even or odd without using if,else or arithmetic operator

    Solution which shows whether a number is a even or odd without using " if() , else() "
    and any arthamitic operater like %(modulus)
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    What is the key difference between even and odd numbers when they are expressed in binary?

    Comment

    Working...