Código
#include<stdio.h> #include<math.h> typedef struct{ int hogares; float ingresosA[]; float ingresosB[]; float promedioA[]; float promedioB[]; float desviacionA[]; float desviacionB[]; float varianzaA[]; float varianzaB[]; }año; int main(void){ int i,opcion,opcion2; año doce,catorce; doce.ingresosA={895,789,8745,258,4897}; /*aqui es donde me da el error expected expression before '{' token*/
aprecio la ayuda, gracias