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,

 

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

1 Expert Approved Answer
Step: 1 Unlock

Answer A int Sumint a int b 2 int c 3 A function declaration is a statement which declares a functio... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!