#include<iostream> int main(){ const int n=99; const int *ptr=&n; std::cout << "address of n : " << ptr; }
Standard input is empty
address of n : 0xbf837ecc
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!