C-16-Q117mediumsingle_mcq
The block of statements that runs when an if condition is true is called:
The block of statements that runs when an if condition is true is called:
- athe head of the if
- bthe body of the if
- cthe tail of the if
- dthe comment of the if
ব্যাখ্যা
The indented group of statements executed when the condition is true is called the body of the if. It is set apart from the condition (header) line purely by its indentation.