Q. In C language, the break statement causes an exit (A) Only from the innermost switch (B) Only from the innermost loop (C) From all loops and switches (D) From the innermost loop or switch ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) From the innermost loop or switch