✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the definitions:
char animals[][10] = {"lion", "elephant", "tiger", "cat"}, arrc[] = "4.7", *pc = animals[0];
int arri[10] = {1, 2, 3};
write the value resulting from the evaluations of the following expressions.