Queue based on LinkedList , cannot return null pointer when creating new Queue

前端 未结 0 1907
感动是毒
感动是毒 2021-01-03 04:40

I am trying to create a Queue base on LinkedList in C. and I have an issue that when I tried to initialize the Queue and return QueueNode = NULL; it still gives me a memory

相关标签:
回答
  • 消灭零回复
提交回复
热议问题