Computer Science, asked by jayanthbabu2351, 7 months ago

Unit of code that is often defined within a greater code structure

Answers

Answered by gauravarduino
4

Explanation:

A function is a unit of code that is often defined by its role within a greater code structure. Specifically, a function contains a unit of code that works on various inputs, many of which are variables, and produces concrete results involving changes to variable values or actual operations based on the inputs.

Similar questions