Q:

What function will be called with the independent syntax “test(5,6,7);”?

0

What function will be called with the independent syntax “test(5,6,7);”?


  1. void test(int x, int y)
  2. void test(int x=0,int y,int z)
  3. int test(int x=0,y=0,z=0)
  4. void test(int x,int y, int z=0)

All Answers

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

(d).void test(int x,int y, int z=0)

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
Which among the following is wrong call to the fun... >>
<< If a function have all the default arguments but s...