Single linked list

前端 未结 7 715
無奈伤痛
無奈伤痛 2021-01-23 13:54

I have created a single linked list. Everything works fine.

I just want to know if I have done anything potentially dangerous in my code. The code snippets I am concern

7条回答
  •  心在旅途
    2021-01-23 14:10

    I see no reason why new_product should be global and every reason why it should not be.

提交回复
热议问题