Computer Science, asked by arnavkhandare, 3 months ago

above
5. If(a>b)
csa;
else
c=b;
It can be written as:
(a) c= (b>a)?a:b;
(C) c= (a>b)?b:a;
(b) C= (a!=b)?a:b:
(d) None​

Answers

Answered by neelamrc94
1

Answer:

(c) MARK ME AS BRAINLIST PLEASE

Similar questions