Sail E0 Webinar
Question


Point out the error in the following code?


typedef struct
{
int data;
NODEPTR link;
}*NODEPTR;
Options:
A .  Error: in *NODEPTR
B .  Error: typedef cannot be used until it is defined
C .  No error
D .  None of above
Answer: Option B



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers