Which of the following calls to the foo function are valid? void foo(int a, int b = 5, char c = 'd') { Select one or mor
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following calls to the foo function are valid? void foo(int a, int b = 5, char c = 'd') { Select one or mor
Which of the following calls to the foo function are valid? void foo(int a, int b = 5, char c = 'd') { Select one or more: 0 foo(1, 5, 'd'); 0 foo(5, 10); foo(100); 0 foo();
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!