Computer Science, asked by sahilbhatt1652, 11 months ago

It is necessary to initialize the array at the time of declaration

Answers

Answered by Anonymous
0

Answer:

The declaration num[SIZE] is allowed if SIZE is a macro. This statement is true, because the MACRO just replaces the symbol SIZE with given value.

Hence the statements '1' and '4' are correct statements.

Similar questions