Final answer:
This question is about filling a 2-dimensional array in a homework program using dynamic memory allocation and a user-defined function.
Step-by-step explanation:
The subject of this question is Computers and Technology.
In this question, the student is asking about filling a 2-dimensional array in a homework program. They have mentioned that the array should be filled with scores entered from the keyboard. Instead of using the initialization list, the requirement is to create a separate function called fillarray. This function will dynamically allocate memory for the array and fill it with scores entered by the user.
This question relates to the topic of dynamic memory allocation and user-defined functions in programming.