👤

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

Sagot :

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.