Find maximum of three number in C without using conditional statement and ternary operator

前端 未结 13 1945
日久生厌
日久生厌 2020-11-29 22:25

I have to find maximum of three number provided by user but with some restrictions. Its not allowed to use any conditional statement. I tried using ternary operator like bel

13条回答
提交回复
热议问题