What is the purpose of the break statement in C?
What is the purpose of the break statement in C? a) To exit a loop or switch statement b) To pause the execution of a loop c) To return a value from a function d) To allocate memory dynamically Answer: a) To exit a loop or switch statement Explanation: The break statement in C is […]
What is the purpose of the break statement in C? Read More »