Which of the following is a complete function? 

Which of the following is a complete function? 

A.  int funct();

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

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

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

Hướng dẫn

Chọn B là đáp án đúng

Tags: