Possible Duplicate:
What's the difference between cout<<cout and cout<<&cout in c++?
I accidentally found:
cout << cout;
The output is some address. What does this address mean, and why is it shown?
I am looking this question.
Thanks
I accidentally found:
The output is some address. What does this address mean, and why is it shown? Thanks |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Because Basically the call translates to:
|
|||||||||||||||||
|
|
Regarding the address getting printed, I think Luchian Grigore is right. This question will get you an idea on how and where the |
|||
|
|