Computer Science for IGCSE & O level - Programming (Section 3 - No. 28)

In a program dealing with student data, what is the likely purpose of a constant declared as `MAX_SUBJECTS`?
To represent the maximum number of students.
To define the maximum number of subjects a student can take.
To indicate the passing score for a subject.
To store the total marks obtained by all students.

Explanation

The name indicates this refers to the maximum number of subjects.

Comments (0)

Advertisement