Posts by Pamela Camargo • 11 points
1 post
-
1
votes2
answers841
viewsQ: Problem with recursiveness and pointers
I am struggling to resolve the following issue: Make a recursive function that allows you to sum the even elements of an integer vector, you must use pointers to traverse the vector My code is not…