IDNLearn.com is designed to help you find reliable answers quickly and easily. Get prompt and accurate answers to your questions from our community of knowledgeable experts.
char **notAnArray; O the code creates a pointer array o the code creates an array of pointers o the code is used to create an array on the heap in continuous memory o the code creates a reference variable that will become an array of pointers LINE 1: int size = 8888; LINE 2: PERSON ** people; LINE 3: people = calloc(size, sizeof(PERSON*)); LINE 4: people[0] = calloc(1, sizeof(PERSON))
Sagot :
We value your participation in this forum. Keep exploring, asking questions, and sharing your insights with the community. Together, we can find the best solutions. Accurate answers are just a click away at IDNLearn.com. Thanks for stopping by, and come back for more reliable solutions.