InterviewSolution
Saved Bookmarks
| 1. |
What is meant by initialization of an array? |
|
Answer» Initialization means assigning values to the declared variables or arrays. To initialize an array, each and every element of the array has to be referred and then value assigned to it. |
|