Https://ide.codingblocks.com/s/416932

why are we passing cin &cout object by refrence in linklist overloading and why is the function return type istream&/ostream&

hello @shashankmaheshwari054

istream and ostream class object are non copyable becuase there constructors are private.
thats why we always use refrence