+2 votes
in Class 12 by kratos

Write the array representation of the initialization of a one-dimensional array with an example.

1 Answer

+5 votes
by kratos
 
Best answer

int marks[6] = { 91,96,90,94,99,93};

...