#include<stdio.h>int main(){int a=10;int *b=&a;printf("a的地址为:%p",b); }
Standard input is empty
a的地址为:0x7ffdc3484cf4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!