what will be the output of the following condition statement A=10>10?100:200
Answers
Answered by
0
There will be no output for this because as per the condition, 10 is greater than 10, but 10=10, so the ternary operator will assign no value in A
Similar questions