Question: Microsoft visual studio C++ 18. Functions can be called from other functions beside main. T or F?(2) 19. A global variable can be referenced anywhere
18. Functions can be called from other functions beside main. T or F?(2) 19. A global variable can be referenced anywhere within a program. Tor F?(2) 20. A function parameter is local to the entire block that is the body of the function. T or F? 21. What is wrong with the following function? (3) int examPrep (int param1, int& param2)f if (param1- param2) return param2; else if (param2> param1) return param1; return param1*param2; - param2) return param2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
