Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
The declaration int arr[]; is not valid in C.
An array's name is special, for it represents the starting address of the array.
Copying one array to another is as simple as writing arr1 = arr2 (where arr1 and arr2 are declared to be integer arrays).
An array in C can contain elements of various data types, just like a Python list.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!