100+ câu trắc nghiệm Lập trình C/C++ có đáp án - Phần 2

What is required to avoid falling through from one case to the next?

5/25

What is required to avoid falling through from one case to the next?

end;

break;

stop;

continue;

Giải thích

Chọn đáp án B