Computer Science, asked by lohithagowda8893, 11 months ago

Which assignment is not valid for integer arrays in C programming? 

Answers

Answered by gauravarduino
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 mudiyaladhanu9849
0

Answer:

arr1=arr2

Explanation:

Similar questions