answersLogoWhite

0


Best Answer

If you have written it yourself, then it is the former, otherwise it is the latter.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

You don't have to know. Library functions are also written by somebody, aren't they?

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you know whether the function is 'user define' or 'library functions'?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to know whether the function is user define function or library function?

You don't have to know. Library functions are also written by somebody, aren't they?


Can you define a function inside a function?

No. Functions should be defined separately. So you would not define a function within a function. You can define one function, and while defining another function, you can call the first function from its code.


Define parent function?

A parent function refers to the simplest function as regards sets of quadratic functions


What is function in java terminology?

In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.


What is the way by which you can make the user defined the size of the arrays?

By using the library function #define A[] we can define the size of arrays


Define function of culture code in presentation?

functions of cultural code in presentation


Define and discuss the function of health communication?

What are the processes, types and functions of health communication


What is Define the most important functions of sales assistant present job?

Define the most important function of sales assistant job?


define function overloading?

Defining several functions with the same name with unique list of parameters is called as function overloading.


What Difference between built-in function and user define function?

Built-in functions are functions that are provided for you by the standard includes. User-defined functions are those that you write yourself. Third-party functions are those that are written for you, but that are not provided by the standard includes.


How can a new function be created by composing two existing functions?

You use the output of the first function as the input of the second function. For example, if your functions are sin() (the sine function) and root() (the square root function), you can combine them as:sin(root(x)) or: root(sin(x))


What is library file in C language?

It is a collection of various fuction in which we can define many function in Libaray file .