Why we used double and triple pointer in objective-C or C language?

前端 未结 5 492
误落风尘
误落风尘 2021-01-14 17:14

I confused when i want to take single pointer and when should i take double pointer?
In following structure what exactly did?



        
5条回答
  •  余生分开走
    2021-01-14 17:57

    See also these questions:

    • What is double star?
    • Why does NSError need double indirection? (pointer to a pointer)

提交回复
热议问题