Advertisements
Advertisements
Question
Which of the following is an invalid prototype for function overloading?
Options
void fun (intx);
void fun (char ch) ;void fun (intx);
void fun (inty);void fun (double d);
void fun (char ch);void fun (double d);
void fun (inty);
MCQ
Solution
void fun (intx);
void fun (char ch) ;
shaalaa.com
Is there an error in this question or solution?