filmov
tv
Why are User defined Functions used

Показать описание
There are 2 types of functions in Programming.Built in and User Defined Function.Built in means already written, tested and stored in one file.User Defined Function user develop, compile and run at a time.User-defined functions allow the programmer and “user”—to put same code together that performs one “function”.We divide one complex and lengthy task in different modules. So, there are so many advantages.