Computer Science, asked by mohammednihal4545, 9 months ago

what is the right way to initialize array​

Answers

Answered by o4kamboj
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