Question: be the output of the following code? 1 . #include 2 . using namespace std; 3 . vold fun ( int x , int y
be the output of the following code?
#include
using namespace std;
vold funint x int y
x ;
y ;
int main
int x ;
int y ;
funx y;
cout y;
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
