#include <iostream>using namespace std; int main() {int a=5;int *ptr=nullptr;ptr=&a;cout<<ptr;}
Standard input is empty
0x7ffe52c9d9d4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!