219k views
5 votes
Functions that are provide by the user of the program.

Select one:

a. User Defined Functions

b. Predefined Functionsd

Undefined Functions

c. Functions

User Abdimuna
by
7.9k points

1 Answer

6 votes

Answer:

User Defined Functions

Step-by-step 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

User Tigra
by
7.7k points