What do you mean by functions ? name some of the functions.
Answers
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.
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 ( ).