Which of the following is an error in calling the function? void func( int i = 5, double d = 1.234 );
Reveal answer
Fill a bubble to check yourself
Which of the following is an error in calling the function? void func( int i = 5, double d = 1.234 );