IDNStudy.com, ang perpektong platform para magtanong at makakuha ng maaasahang mga sagot. Hanapin ang impormasyon na kailangan mo nang mabilis at madali sa pamamagitan ng aming komprehensibo at eksaktong platform ng tanong at sagot.

What is the difference between user-defined function and built-in functions?​

Sagot :

Answer:

User-defined function

  • A user-defined function is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment. UDFs are usually written for the requirement of its creator.

Built-in functions

  • A function which is already defined in a program or programming framework with a set of statements, which together performs a task and it is called Build-in function. So users need not create this type of function and can use directly in their program or application.

Diffrence:

  • A defined function is one that you define in your own code. A built-in function is a function that already exists in the language without you having to define it.

Explanation:

Hope it helps