I have a double linked list and I want them to be entered in order by date, but I do not see what the error is:
void AgrearE(NodoE **inicioptr,char id[5],char nombre[20],char desc[50],int dia,int mes,int anio)
{
NodoE *Nuevoptr,*au...
asked by
18.07.2017 / 22:19