Which of the following reads in a string named x w...
Câu hỏi: Which of the following reads in a string named x with one hundred characters?
A. fgets(x, 101, stdin);
B. fgets(x, 100, stdin);
C. readline(x, 100, ‘\n’);
D. read(x);
Câu hỏi trên thuộc đề trắc nghiệm
Câu hỏi trắc nghiệm lập trình C/C++ có đáp án - Phần 1