Which assignment is not valid for integer arrays in C programming?
Answers
Answered by
1
Explanation:
Allows a fixed number of elements to be entered which is decided at the time of declaration. Unlike a linked list, an array in C is not dynamic.
Answered by
0
Answer:
arr1=arr2
Explanation:
Similar questions