In computer science, Nested loop refers to which of the following?
- A. A loop that exists inside the body of another loop. ✓
- B. A type system where variable types are checked at runtime rather than at compile time.
- C. The set of rules that determines the order in which operators are evaluated in an expression.
- D. An error that occurs while a program is executing, often causing it to crash or behave unexpectedly.
Correct answer
A. A loop that exists inside the body of another loop.
Explanation
Nested loop refers to a loop that exists inside the body of another loop.