Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Discover a wealth of knowledge from professionals across various disciplines on our user-friendly Q&A platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A 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.