Suri

Suri

  • NA
  • 113
  • 11.2k

What is the difference between these two?? The first gives you the add

Jul 12 2021 5:23 AM

What is the difference between these two?? The first gives you the address of the pointer, yes? What is the second?

int *mypointer;
cout << &mypointer << endl;

cout << mypointer << endl;

 


Answers (3)