foo(){ int x, *ptr; /* store the address of x into the ptr */ ptr = &x; /* dereference here */ *ptr=18;}
沒有留言:
張貼留言