fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a=5;
  6. int *ptr=nullptr;
  7. ptr=&a;
  8. cout<<ptr;
  9. }
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
0x7ffe52c9d9d4