Computer Science, asked by sathishrevathi03, 5 months ago

define the functions ?​

Answers

Answered by Anonymous
6

 \huge \red{hey \: bae}

technical definition of a function is: a relation from a set of inputs to a set of possible outputs where each input is related to exactly one output. We can write the statement that f is a function from X to Y using the function notation f:X→Y. ...

Answered by abhikmal3696
2

Answer:

A function is a block of organized, reusable code that is used to perform a single, related action. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.

A function prototype is the first line of the function definition that tells the program about the method and the number and type of argument.

Similar questions