[Solved]Function Default Parameter Include Using Namespace Std Function Default Parameter Include Q37211279
Please provide in C++ PROGRAMMING:
Consider the following function::

//function with default parameter #include <string> using namespace std; //function with default parameter #include <iostream> void functionDefaultParameter(char c ‘#’, double x # 3.5, int y endl; Which of the following function calls is correct? If it is correct, what is the output? a. b. int main( functionDefaultParameter 1/2 functionDefaultParamete(‘A, 8.2); functionDefaultParameter(‘B, 6.5, 13); functionDefaultParameter(‘C functionDefaultParameter(“H”); system(“pause”); return 0; Show transcribed image text //function with default parameter #include using namespace std; //function with default parameter #include void functionDefaultParameter(char c ‘#’, double x # 3.5, int y endl; Which of the following function calls is correct? If it is correct, what is the output? a. b. int main( functionDefaultParameter 1/2 functionDefaultParamete(‘A, 8.2); functionDefaultParameter(‘B, 6.5, 13); functionDefaultParameter(‘C functionDefaultParameter(“H”); system(“pause”); return 0;
Expert Answer
Answer to //function with default parameter #include using namespace std; //function with default parameter #include void function… . . .
OR

