Explain the features and uses of the following in the context of computer software and programming:function
Answers
Answered by
2
In programming, a named section of a program that performs a specific task. In this sense, a function is a type of procedure or routine. Some programming languages make a distinction between a function, which returns a value, and a procedure, which performs some operation but does not return a value.
Similar questions