#include #include typedef struct { int max_koko; int lkm; int alkiot[7]; } Taulukko_tyyppiS; int main(void) { Taulukko_tyyppiS apu,luvut = { 7, 2, {0,2} }; apu = luvut; return 0; }