I am curious if std::cout has a return value, because when I do this:
cout << cout << \"\";
some hexa code is printed. What\'s
I believe that would be the address of the ostream object that "" got printed to