Write down about the initialization of one dimensional array
Initialization of one dimensional array : After an array is declared, its elements must be initialized. An array can be initialized either of the following stages, § At compile time. § At run time. Compile time initialization : User can initialize the elements of an array in the same way as the ordinary variables when they are declared. This … Read more