Posts by user197368 • 9 points
1 post
-
-1
votes1
answer50
viewsQ: Someone could help me work struct with vectors and function, I’m not sure when to pass the data
typedef struct { int cod, num_hab; char sigla_esta[5], estado[30], cidade[30]; }Cidade; main() { //Variaveis Cidade cidades[max]; Estado estados[max]; Pais paises[max]; int op, i, posl, aux; int cc…