MCQOPTIONS
Saved Bookmarks
| 1. |
Point out the error in the following code? typedef struct { int data; NODEPTR link; }*NODEPTR; |
| A. | Error: in *NODEPTR |
| B. | Error: |
| C. | cannot be used until it is defined |
| D. | No error |
| E. | None of above |
| Answer» C. cannot be used until it is defined | |