fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. char c = 'a';
  6. char* pc = &c;
  7. std::cout << pc << std::endl;
  8. std::cout << static_cast<void*>(pc) << std::endl;
  9. }
Success #stdin #stdout 0.01s 2680KB
stdin
Standard input is empty
stdout
a�䇿��l�%WZ����(凿%WZ�
0xbf87e4b3