400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 1)

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

30/50

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

end;

break;

stop;

continue;

Giải thích

Chọn B