IDNLearn.com makes it easy to get reliable answers from knowledgeable individuals. Discover prompt and accurate responses from our experts, ensuring you get the information you need quickly.

explain bruefaly the types of functions ​

Sagot :

Function :

Explanation:

The function is a collection of steps which is used to perform some specific task. It holds the two curly braces in the definition which states the scope of the function means the starting and ending point of the function. This is of two types which are as follows:

Predefined function: The predefined function is defined by the compiler of that language which is designed to do some specific task. For example, in c-language, the printf function is used to display the output.

User-defined function: This type of function is defined by the programmer on that program to perform some specific task.