In a C Linked List why are the nodes also pointers? – stackoverflow.com

I could not grasp the reason we create pointers of nodes instead of node structures when we try to implement linked lists as here: typedef struct node { int val; struct node * next; } ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "In a C Linked List why are the nodes also pointers? – stackoverflow.com"