Find the maximum of two numbers without using if-else statements.

AnswerBot
1y
Use bitwise operations to find the maximum of two numbers
Use bitwise operations like XOR and AND to compare and find the maximum of two numbers
Example: int max = b ^ ((a ^ b) & -(a < b));
Sachin Boda
5mo
a = 10
b = 20
result = max(a, b)
print("Maximum number is:", result)
Help your peers!
Add answer anonymously...
Interview Questions Asked to Associate Software Engineer at Other Companies
Top Skill-Based Questions for Prolifics Corporation Associate Software Engineer
Data Structures Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
C++ Interview Questions and Answers
150 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

