This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

linked lists in lpc2136 error initializing pointers in null

Hello to everyone

I am creating a linked list that contains id and name information. I am having a runtime error when I initialize list_node * newlist = {NULL} already contains it has information just like list_node newnode and it doesn't allow me to initialize in null.

. What should I do to initialize everything in NULL without new data.

0