What happen when we output this in std::cout from any method of an object ?
this
std::cout
Undefined behavior
Segmentation fault
Print the address of the object
Compilation error