Q:

Which among the following is wrong call to the function void test(int x, int y=0, int z=0)?

0

Which among the following is wrong call to the function void test(int x, int y=0, int z=0)?


  1. test(5,6,7);
  2. test(5);
  3. test();
  4. test(5,6);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).test();

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OVERLOADING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Default arguments are _________________________... >>
<< What function will be called with the independent ...