Home » C Programming » Structures, Unions, Enums

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!