fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. char * str;
  8. str= new char[10];
  9. str = "IITRoorkee";
  10. cout<<&str<<endl;
  11. cout<<(void*) str;
  12. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
0x7ffc667f7b20
0x55b89034e004