Pointer to an array of pointers to Linked lists
Pointer to an array of pointers to Linked lists
hey guys right so i have been at this problem for the last 6 hours and have been hitting google like mad to no avail. Right I need a pointer to an array. This array contains pointers to Linked lists. Im going to have to malloc it since I dont know the array size until runtime.
LList **array
this was my first thought but this just gives me a pointer to an array of LList. Or atleast that is my…
View On WordPress











