How do I assign to a typedef struct an array of another struct with a similar structure.
typedef struct
struct
#include <stdio.h> #include <stdlib.h> typedef struct { int age; int ...