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);