#include <iostream>using namespace std;constexpr char* ptr = "123";int main() { cout<<(void*)ptr<<endl; return 0;}
Standard input is empty
0x55fd404789f4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!