InterviewSolution
Saved Bookmarks
| 1. |
Which assignment is not valid for integer array in C |
|
Answer» tion: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. |
|