Posts by Vinícius Ribeiro • 11 points
2 posts
-
1
votes1
answer45
viewsA: data not ordered after execution C
In the first Function, the notes void ordenaNota(float nota[LIN]){ int i,j,aux; //O aux aqui tinha que ser float, assim como seu vetor nota, do contrário nenhuma das operações com ele funcionará…
-
0
votes1
answer50
viewsA: Someone could help me work struct with vectors and function, I’m not sure when to pass the data
I believe Structs (types) Estado estados[max]; and Pais paises[max]; were not declared, as well as the Max variable, which should be declared and initialized before being used in Main, even if it is…