what is the right way to initialize array
Answers
Answered by
1
Answer:
The initializer for an array is a comma-separated list of constant expressions enclosed in braces ( { } ). The initializer is preceded by an equal sign ( = ). You do not need to initialize all elements in an array.
Similar questions