In programming we have to do var = var + sum;
and we can write it as- var += sum;
So in the linked list can we write temp = temp->next;
as - temp->=next;
Aucun commentaire:
Enregistrer un commentaire