Question: What is the output of? #include using namespace std; int fun1(int a, int &b) { b = a; cout < < a < <
"What is the output of? #include using namespace std; int fun1(int a, int &b) { b = a; cout < < a < < " " < < b <
Step by Step Solution
There are 3 Steps involved in it
Answer The provided code has multiple syntax errors and incorrect usage of the inse... View full answer
Get step-by-step solutions from verified subject matter experts
