Computer Science, asked by mahenderkumar93439, 4 months ago

What do you mean by functions ? name some of the functions. ​

Answers

Answered by prasanth1267
4

Answer:

Mark this answer as brainlist and do follow me and thank all my answers

Explanation:

A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. You have already seen various functions like printf() and main().

In computer science and mathematical logic, a function type (or arrow type or exponential) is the type of a variable or parameter to which a function has or can be assigned, or an argument or result type of a higher-order function taking or returning a function.

Answered by roshni3358
3

Answer:

A function is a group of statement that together perform a task . a function declaration tells the compiler about a function name , return type , and parameters . Sum function are : sum( ) , area ( ).

Similar questions