Q:

Which among the following function can be called without arguments?

0

Which among the following function can be called without arguments?


  1. void add(int x, int y=0)
  2. void add(int=0)
  3. void add(char c)
  4. void add(char c)

All Answers

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

 (d).void add(char c)

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
If a function have all the default arguments but s... >>
<< If a member function have to be made both zero arg...