#include <stdio.h>int x=5;int *ptr=&x;int main(){ printf("address is= %d \n", *ptr); return 0;}
45
address is= 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!