is a list of the names of the variables in the group. All variables that are defined in a given array must be of the same type-either all character or all numeric. For complete information about the ...
// int marks[5]; // declaration of array (must added size of array) // int marks[] = {10, 20, 30, 40, 50, 60}; // declaration and initilization (optional added size ...