

InterviewSolution
Saved Bookmarks
1. |
Give the output of the following expressions: total=(val+500>1500)?200:400; [2] if:- i) val = 1000; ii) val=1500; initially |
Answer» 1 ) 400 2) 200Explanation: | |