Computer Science, asked by omsri13, 2 months ago

Write the output of the following program int x=0,a=100,b=67; x=(a>b)?100-67:100+67;

33

167

-33

-167​

Answers

Answered by meghanarao029
0

Answer:

33

33:167

where,100>67

so it is 33

Similar questions