Hi there. I'm a bit new to the forums but I think the above poster meant that your structure should be declared:



typedef struct _RECORD
{
char name[10];
struct...