Examveda
Examveda

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

E. None of these

Answer: Option B


This Question Belongs to C Program >> Function

Join The Discussion

Comments ( 1 )

  1. Shubham Sharma
    Shubham Sharma :
    8 years ago

    why

Related Questions on Function