#includestdio.hstruct temp{ int a;}s;void change(struct temp)main(){s.a=10;change(s);printf("%d\n,s.a);}void change(struct temp s){s.a=1;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login