9.Which one of the following statements describes the use of the break keyword in C++?

a. To exit from for loop and while loop.
b. To continue to the next iteration in do while loop.
c. To continue to the next iteration in for loop.
d. To continue to the next iteration in while loop.

a. To exit from for loop and while loop.