Question: A loop that contains another loop inside its body is called:
Correct Answer: B. Nested Loop
Explanation: A nested loop is a loop inside another loop, commonly used in programming for complex iterations.