struct family {
char *father;
char *mother;
int ages[2];
};
struct family f;
f.father = "john dow";
Подскажите, почему ошибка (стр. 42, это: f.father = «john dow»;?
pervy.c:42: ошибка: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token