Top

Discussion

Point out the error in the following code?

typedef struct
{
    int data;
    NODEPTR link;
}*NODEPTR;

 

  • A.Error: in *NODEPTR
  • B.Error: typedef cannot be used until it is defined
  • C.No error
  • D.None of above

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment