Posts by user56175 • 1 point
1 post
-
0
votes0
answers123
viewsQ: How to receive an indeterminate number of variables in a C function?
I’m studying lists in c, and I have a function to remove element, Lista* retira(Lista* l, int v), how do I get an indeterminate number of variavas v to remove? similar to varagars in java.…