Computer Science, asked by kishan8371, 1 month ago

if(a<b) c=a; else c=b; it can be written as
O C={b<a)?a:b;
C=(a<b)?a:b;
O O O
C=(a!=b)?a:b;
None​

Answers

Answered by nitathakur346
1

Answer:

none is the correct answer

Hope it's helpful to you

Similar questions