Q:

Which of the function definition run correctly

0

Which of the function definition run correctly


  1. int sum(int a, int b) {return (a + b);}
  2. int sum(a, b) return (a + b);
  3. int sum(int a, int b) return (a + b);
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

int sum(int a, int b) {return (a + b);}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now