Result of expression ans-(val<500?150:50).
Q25. What will be the result of following expression if
- ans = 700, val = 300
- ans = 800, val=700?
ans-(val<500?150:50).
Ans.(i). 550.
Ans.(ii). 750.
Q25. What will be the result of following expression if
ans-(val<500?150:50).
Ans.(i). 550.
Ans.(ii). 750.