Q. Which of the following is the correct usage of conditional operators used in C?
β
Correct Answer: (C)
max = a>b ? a>c?a:c:b>c?b:c
You must be Logged in to update hint/solution