CS202 6- ‹#›
>> Operators
nWhat interpretation could there be of the >> operator?
äwe could insert new “strings” until a \n is next in the input stream to wherever a current ptr (influenced by ++ and -- operators)
äwe could deallocate the current list and replace it with what is read in
äwe could tack on new nodes at the end of the list
äothers?
n