Question: Which of the following is a valid function call to the function foo. (Assume that foo has be declared elsewhere in the code.) foo; foo();
Which of the following is a valid function call to the function foo. (Assume that foo has be declared elsewhere in the code.)
| foo; | ||
| foo(); | ||
| foo x, y; | ||
| int foo(); |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
