Multiple choice technology programming languages C++ Breaks out of the if statement Exits the function Nothing (Compiler error) None of the Above Reveal answer Fill a bubble to check yourself C Correct answer Explanation This question lacks context, but in C++, using a break statement outside of a loop or a switch block (such as directly inside an if statement) results in a compilation error.