Computer Science for IGCSE & O level - Programming (Section 9 - No. 43)

Which is true about nesting selection statements?
It's illegal
It can enhance code's modularity and structure.
It always decreases code's readability.
It is less efficient.

Explanation

Nesting can improve code structure if done correctly and is a common technique in programming.

Comments (0)

Advertisement