Posts by Lucas Cortez Sanches • 1 point
1 post
-
-1
votes1
answer29
viewsQ: I’m not able to read strings with space and store them
#include <stdlib.h> struct dado_cidade { char cidade[20]; float taxa_2009; float taxa_2015; float indice_percent; } cidades[27]; int main () { FILE *dados; dados = fopen("dados_tabela.txt",…