What is right way to Initialize array?
Answers
Answered by
0
Answer:
I don't know brother it's hard
Answered by
0
The initializer is preceded by an equal sign ( = ). You do not need to initialize all elements in an array. If an array is partially initialized, elements that are not initialized receive the value 0 of the appropriate type. The same applies to elements of arrays with static storage duration.
plzz mark as brain list
Similar questions