Question: Given 3 integer values, arrange those 3 values in ascending order using macros Input Format: Accept three integer values as a input Output Format: Print

Given 3 integer values, arrange those 3 values in ascending order using macros
Input Format:
Accept three integer values as a input
Output Format:
Print the output as "min < mid < max"
Constraints:
Using only macros -10^15<= INPUT <=10^15
Sample Input 1:
2147483648214748362147483647
Sample Output 1:
21474836<2147483647<2147483648
Sample Input 2:
102030
Sample Output 2:
10<20<30

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!