Predict the output of the below program#includestdio.hvoid fun(int *ptr){*ptr=50;}int main(){ int x=20; fun(&x); printf("x=%d",x); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login