Point out the error in the following code?
typedef struct { int data; NODEPTR link; }*NODEPTR;
Error: in *NODEPTR
Error: typedef cannot be used until it is defined
No error
None of above
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment