Posts by Socorro de Jesus • 1 point
1 post
-
-4
votes1
answer47
viewsQ: Danger signal on a var in C
The program and the recursiveness are correct, but even so, a danger signal occurs. #include <stdio.h> void ant_suc (int num){ int ant = num - 1; int suc = num + 1; return printf("O numero…
casked Socorro de Jesus 1