Computer Science, asked by ramilamalvi2018, 8 months ago

What is right way to Initialize array?​

Answers

Answered by saimanoj1815
0

Answer:

I don't know brother it's hard

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