Hi all,

I am beginner in C. I tried to write a code using struct and typedef [as written below] but I can't get the result as I wanted to. Is there anybody out there can help and show me why I failed to run my program....?

------------------------------------------------------------
Code:
#include <stdio.h>
#include <string.h>

#define MAX 10

int i, agedata, Num, x, y;
char
...