Computer Science, asked by agrawalnamita82, 9 months ago


What do you mean by a Function? Name some of the Functions.

Answers

Answered by amitesh66
10

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. ... Most programming languages come with a prewritten set of functions that are kept in a library. You can also write your own functions to perform specialized tasks.

Similar questions