Respuesta :

Answer:

User Defined Functions

Explanation:

the function that are provided by the user are called User defined functions.

A function is a block of code that is performs a specific task. Various programming languages allow to define functions according to the users need. Suppose we need to create a Circle and and color it then we can define functions as

createcircle( ) function

color( ) functio