which assignment is not valid for integer array in C
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.
Similar questions