In a nested loop, a break statement terminates all the nested loops in one go.
False
Reason — In nested loops, a break statement will terminate the very loop it appears in.