what is function ,how many types of function are there explain them
Answers
Answered by
1
There are Two Types of Functions. The Functions those are provided by C Language are refers to the Built in Functions For example. cin and cout, getch , Clrscr are the Examples of Built in Functions.
MARK ME BRAINIEST
Answered by
0
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.
Learn More :
- Function : https://brainly.in/question/9388924
Similar questions