What are User-Defined Functions, and why do we have to use them?
Sandhya Answered question May 29, 2023
User-defined functions help to decompose a large program into small segments which makes program easy to understand, maintain and debug. If repeated code occurs in a program. Function can be used to include those codes and execute when needed by calling that function.
Shathana. S.R. Answered question May 29, 2023
