Computer Science, asked by sarithadeepam, 5 months ago

What are functions?
In computer science​

Answers

Answered by pushpendrayadav12009
3

Answer:

Mark as brainlist please..

Explanation:

Functions are "self contained" modules of code that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.

Answered by PrincessAnugya15
0

function is a block of organised usable code that is used to perform a specific action

Similar questions