+ 1
c
what is the meaning of " tail->next=q;"
4 ответов
+ 1
See code for example
https://code.sololearn.com/cRq7Sjc5BPwZ/?ref=app
+ 1
thanks a lot
0
probably tail is a pointer.
pointing at the variable and make it equal to q.
0
they are all pointer
what is the meaning of " tail->next=q;"