Posts by Gustavo Martins • 23 points
1 post
-
2
votes1
answer59
viewsQ: Segmentation Fault na strcat()
Recently I started learning about function strcat() and developed the code below, but I’m encountering a Segmentation fault: #include <stdio.h> #include <stdlib.h> #include…