The following are programming concepts (labelled A – E).
For each of the definitions in the table, write the label of the most suitable programming concept. Use a label only once.
| Definition | Label |
|---|---|
| A variable declared within a specific function or block of code that is inaccessible outside of it | |
| An input value passed to a subroutine to be used in its calculations or operations | |
| A named value that is established at the start of a program and cannot be altered during execution |