void name(record *el) { char k[100]; printf("Name: "); fgets(k,100,stdin); printf("\\n"); }
I\'m trying to write