Posts by Gabriel Melo • 9 points
1 post
-
0
votes0
answers50
viewsQ: Execution error in c
I have a problem with the following code: #include <stdio.h> #include <stdlib.h> #include <string.h> char **tabela_hash; int valorTotal=0; void inicializarTabela(int *pm) { for…