struct Fecha {
int dia;
int mes;
int anio;
}
typedef struct nodo
{
int Numero[40];
char Nombre[50];
int DNI[10];
char Direccion[50];
char telefono[15];
Fecha Fechan;
Fecha Fechaa;
Fecha Fechab;
struct nodo *siguiente;
struct nodo *anterior;
}tiponodo;
Algo así?¿?
int dia;
int mes;
int anio;
}
typedef struct nodo
{
int Numero[40];
char Nombre[50];
int DNI[10];
char Direccion[50];
char telefono[15];
Fecha Fechan;
Fecha Fechaa;
Fecha Fechab;
struct nodo *siguiente;
struct nodo *anterior;
}tiponodo;
Algo así?¿?