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;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;Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Jul 14, 2021, 6:16 AM
SuriPosted Jul 13, 2021, 5:01 PM
Rajanikant HawaldarPosted Jul 12, 2021, 3:58 PM