Comparison without relational operators
Source: Quant interview at Religare Technova
Problem: Write a C program to compare two integers without using relational operators (== != < <= > >=)
Problem: Write a C program to compare two integers without using relational operators (== != < <= > >=)