✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дано:
void get_empl_id(empl *worker) {
cin >> worker->empl_id;
}
Чому функція отримує вказівник, а не копію
структури?