Point out the error in the following code?
typedef struct { int data; NODEPTR link; }*NODEPTR;
Answer: B
No answer description available for this question.