Advertisements
Advertisements
Question
What is meant by direct initialization of an array?
Answer in Brief
Solution
Direct initialization of an array refers to assigning the values to the array at the time of its declaration.
For example, int arr[] = {2, 5, 4, 8, 12 .......};
shaalaa.com
Is there an error in this question or solution?