Posts by user62268 • 13 points
1 post
-
1
votes1
answer172
viewsQ: Function return type for a chained list
What kind of return to use in a chained list? For example, insert at the beginning of the list. void inserir(pessoas **pessoa, int valor) no return (void). Or return a pointer from the list.…