Posts by Convidade • 31 points
1 post
-
3
votes2
answers190
viewsQ: simpels problem with Vector and Structs
Hi, I’d like to know why you’re not going, I’ve searched a lot of places but I can’t find in C #include <stdio.h> typedef struct ficha_pessoal{ int idade; char sexo; int CPF [11]; int CPFc…