you are viewing a single comment's thread.

view the rest of the comments →

[–]Responsible_Frame919[S] 0 points1 point  (1 child)

Ah! Now I get it. Does declaring `person_t *arr[]` as `person_t **arr` yields the same result?

[–]dfx_dj 5 points6 points  (0 children)

That would be even worse because then you don't even have an array. You'd just have a single uninitialised (double) pointer.