Computer Science, asked by TbiaSupreme, 1 year ago

Initialization cannot be made to array elements during the time of declaration. State whether the statement is True (or) False And Justify it

Answers

Answered by sagarkes
0
no comments.........
Answered by aqibkincsem
1

Answer is False. In the process of initialisation, and time of declaration are very important criteria and to be followed strictly.

Example of the technique of initialize an array in C programming given below: It is possible to initialize an array during declaration. For example, int mark[5] = {19, 10, 8, 17, 9};

Similar questions