Solved

If NodeTypePtr Is Defined to Be a Pointer Type to a Node

Question 51

Multiple Choice

If NodeTypePtr is defined to be a pointer type to a node in a linked list, then the declaration
NodeTypePtr head;


A) allocates memory for the node that head will point to
B) automatically makes head->link point to NULL
C) allocates only the memory for a pointer variable
D) allocates a linked list

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions