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

Which of the following is a complete function?

29/50

Which of the following is a complete function?

int funct();

int funct(int x) {return x=x+1;}

void funct(int) {printf( “Hello” );

void funct(x) {printf( “Hello” ); }

Giải thích

Chọn B