I have a code in C, and without the switch, it works fine, but with switch, when inserting name in the list, it replaces all the name of the list with the same one.
void insChild(LIST* l, char name[]) {
NO* new;
NO* p;
p = LastChild(*l);...
asked by
16.10.2017 / 19:04