Sail E0 Webinar
Question
Which function definition will run correctly?
Options:
A .  int sum(int a, int b)   return (a + b);
B .  int sum(int a, int b)    {return (a + b);}
C .  int sum(a, b)     return (a + b);
D .  Both (a) and (b)
Answer: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

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

More Questions on This Topic :


Latest Videos

Latest Test Papers