Point out the error, ifany, in the followingb code?
typedef struct
{
int data;
NODEPTR link;
} *NODEPTR;5
884 5b5cc7dde4d2b419777515d6
Q: Point out the error, ifany, in the followingb code? typedef struct { int data; NODEPTR link; } *NODEPTR;
- Show Answer
- Workspace
- Discuss