What is the program end?
End the program. A program has two ends: the physical end and the logical end. The physical end is the last statement in the program. The logical end is where program execution stops. In the C language family, the final brace } is used to end the program.