Programming - Functions - Discussion

You Are Here :: Home > C++ Language > Functions - Discussion

 



Q.

Which of the following function declaration is/are incorrect?                         


A. int 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); D. Both B and C are incorrect.

Answer: Option D
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion