Question: 1. You can always replace a nested if statement with a switch statement. a. True b. False 2. Let s say the parameters listed in
a. True
b. False
2. Let s say the parameters listed in the function definition are formal parameters and the parameters listed in the functioncalling statement are actual parameters. How does the compiler match the actual parameters with the formal parameters?
a. By their names.
b. By their names and data types.
c. By position, data type, and quantity of parameters
d. By name, position, data type, and quantity of parameters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
