fork download
  1. #include <iostream>\
  2.  
  3.  
  4. int main()
  5. {
  6. int array[10];
  7. std::cout << static_cast<void const*>(array+1) << '\n';
  8. return 0;
  9. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
0x7ffdea03e204