Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

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.