05. EXISTENCIA

STRCOMP control;
for(CONTADOR x = 0; x < lgarr; x++)
{
control = strcmp(nombre, Array[x]);
if(control == 0) return SI;
return NO;
}