why are we passing cin &cout object by refrence in linklist overloading and why is the function return type istream&/ostream&
Https://ide.codingblocks.com/s/416932
hello @shashankmaheshwari054
istream and ostream class object are non copyable becuase there constructors are private.
thats why we always use refrence