Computer Science, asked by ubendrajanani, 3 months ago

what will be the output for the following expression ?int x=5;int x=(y==12)?10:15

A. 10
B. 15
C. 18
D. 5
​pls answer my question

Answers

Answered by kalamadhu366
2

what will be the output for the following expression ?int x=5;int x=(y==12)?10:15

=15

Similar questions