Discussion Forum : Function
Question - Which of the following is a complete function?
Options:
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

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *