Discover answers to your most pressing questions at Westonci.ca, the ultimate Q&A platform that connects you with expert solutions. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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.