Point out the error in the program? typedef struct data mystruct; struct data { int x; mystruct *b; };

Correct Answer: No Error

Explanation:

Here the type name mystruct is known at the point of declaring the structure, as it is already defined.

More Questions from Structures, Unions, Enums

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion