Question: 13. Which of the following function declaration is correct? Ant Sum(int a, int b = 2, int c = 3); B.int Sum(int a =

13. Which of the following function declaration is correct? Ant Sum(int a, int b = 2, int c = 3); B.int Sum(int a = 5, int b); C.int Sum(int a = 0, int b, int c = 3);
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
Answer A int Sumint a int b 2 int c 3 A function declaration is a statement which declares a functio... View full answer
Get step-by-step solutions from verified subject matter experts
