Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program that determines if two integers have opposite signs using bit manipulation.

Run the code to see the output here...