C-17-Q009mediumsingle_mcq
In an if...else construct, when the condition is false, the executed block is the:
In an if...else construct, when the condition is false, the executed block is the:
- aBody of
if - bBody of
else - cThe condition itself
- dThe previous statement