Sail E0 Webinar
Question

Which of the following function declaration is/are incorrect?


Options:
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.
E .  All are correct.
Answer: Option D



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers