Computer Science for IGCSE & O level - Programming (Section 9 - No. 31)

Which of these elements can be found in a procedure definition?
A name
Parameters
Data type of return value
Local Variables

Explanation

A procedure name identifies it. Parameters are values to be passed, and local variables are useful.

Comments (0)

Advertisement