1.

Differentiate user define and system defined Functions?

Answer»

System defined:

1. These functions are already present in the system (comes along with installation package). 

2. Cannot be edited. 

3. Name is provided by the developer 

Eg. isnum( ), isalpha( ).



Discussion

No Comment Found