Google News
logo
Golang - Interview Questions
Why do we use the break statement in Golang?
The break statement is utilized to stop the for loop or switch statement and assign execution to the statement quickly following the for loop or switch.
Advertisement