#include stdio.hint main(){ int x,*ptr; x=16; ptr=&x; printf("The address of x is %d",ptr); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login