00:01
Hello students, let's discuss the difference between the system defined function, system defined function and the user defined function.
00:13
So let us first discuss about the system defined function.
00:16
They are also known as the built -in function or the library function.
00:20
They are also known to be as the built -in built -in functions or functions or the library functions or the library functions.
00:38
As our functions they are already provided by the programming language or the or their libraries.
00:45
So these functions are pre -written and designed to perform the specific tasks and they come with the programming language or the libraries itself.
00:56
For example, the system defined function we can say with an example of include print.
01:04
It includes as the print print in the python we can say in python and in a math dot math dot abs that is an absolute in a javascript in a javascript.
01:24
Similarly, we can say as the str length method in the c.
01:31
So these are something which has already been defined.
01:35
So these are nothing but the system design, the system defined functions.
01:41
Now let's move to the user defined function.
01:44
The user defined functions, these are on the other hand are the function created by the programmers to perform the customized task or the operations...