Question: Kindly, solve the question and explain the steps in minute details. thanks!! int test(int x, int y){ x=&y; return (x+y); int main ( void ){
int test(int x, int y){ x=&y; return (x+y); int main ( void ){ int x=1,y=6; test (&y,x); printf("\%d \%d \%d", x, test (&y,x),y); return 0; \} 126
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
