Posts by Flavio Oliveira Neto • 3 points
1 post
-
-2
votes1
answer95
viewsQ: Function that copies chained list in another chained list (excluding repeated elements) does not work
/* I need to create a function that copies a chained list passed as a parameter to another chained list (except repeated elements, if any). This is my current code #include <stdio.h> #include…