Specify the output of the following code if the user enters 7
Question: void function_A(int x,int y){ int i; for(i=1;i<=x;i++) cout<<y; } void function_B(int n) { if(n!=0)
Read moreQuestion: void function_A(int x,int y){ int i; for(i=1;i<=x;i++) cout<<y; } void function_B(int n) { if(n!=0)
Read more