

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error in the program? typedef struct data mystruct; struct data { int x; mystruct *b; }; |
A. | Error: in structure declaration |
B. | Linker Error |
C. | No Error |
D. | None of above |
Answer» D. None of above | |