Posts by Cayo Eduardo • 1 point
2 posts
-
0
votes1
answer106
viewsQ: How can I count how many times a number appears in multiple arrays?
I’m trying to make an application in which I enter a txt file with the results of the last mega Sena and parse it line by line. My goal is to see how many times a certain number has appeared since…
-
-2
votes1
answer36
viewsQ: Segmentation Fault when running pop command on dynamic stack
I’m trying to implement a dynamic stack but the program ends in error when executing the pop(pop) pop function, returning a Segmentation Fault. I can’t understand why.. I appreciate the help.…