# include stdio.hvoid fun(int x){x = 30;}int main(){int y = 18;fun(y);printf("%d", y);return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login