In programming, "break in nested loops" refers to a control statement that terminates the execution of the innermost loop and transfers the program control to the next statement after the loop. It allows you to abruptly exit from a loop when a specific condition is met.