Computer Science, asked by jitenkumar1669, 1 month ago

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

Answers

Answered by kunjuzz91
0

Explanation:

i think none is the answer.

Answered by surabhijanu
0

Answer:

none

Explanation:

ans will be

=(a>b)?a:b;

Similar questions