C-17-Q135mediumsingle_mcq
Which is true about the body of else in if...else?
Which is true about the body of else in if...else?
- aIt runs only when the
ifcondition is true - bIt runs only when the
ifcondition is false - cIt always runs
- dIt never runs