Write the general form of initialization of arrays.
Answers
Answered by
0
Initialization of arrays. The initializer for an array is a comma-separated list of constant expressions enclosed in braces ( { } ). ... 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.
Similar questions