Question: 11. What will be output by the following code? int z = 15; if (z using namespace std; void fun1(int w, int x); int main()

11. What will be output by the following code? int z = 15; if (z using namespace std; void fun1(int w, int x); int main() int a = 1, b = 5; fun1(a, b); cout > S1; cin >> s2; A. if(s1 == s2) cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
