fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main ()
  6.  
  7. {
  8. int x;
  9.  
  10. x=10;
  11.  
  12. cout << &x;
  13. }
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
0x7fffcd5ab024