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