answersLogoWhite

0

Example of predefined function

Updated: 8/9/2023
User Avatar

Wiki User

13y ago

Best Answer

function callMe (fx_params) {

alert(fx_params);

}

callMe('Alert Loaded from a JavaScript function');

This would be in a javascript page, or in a JS Script tag..

- Caleb

Convina Web Design and Hosting

User Avatar

Wiki User

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

Wiki User

13y ago

fgets, fputs, atan2

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of predefined function
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a Generic Function in c plus plus?

Predefined functions are built-in functions that perform standard operations and that generally do not depend on any classes. A predefined void function is simply a predefined function that has no return value. An example of a predefined void function is the abort() function which typically has the following signature: void abort(void);


Can you call predefined function recursively?

Guess you meant: can a recursive function call predefined functions? Answer: sure, why not.


What are predefined codes?

Predefined codes or the predefined functions are the codes small or large codes which are predefined by the maker of the language. In C++ the predefined codes can be included in the program by the header files. These codes are placed in files and functions could be used to access them. Like a simple console Code to output "Hello World" uses a predefined code cout


What is the difference between system call and library function call?

On one level, there is no difference. They are both function calls. The only difference is in what they do. System calls do something the user program cannot do; something having to do with system resources: memory, files, devices, network, terminals, processes etc. However, system calls are usually implemented by library function calls because, at the root of the matter, a C or C++ program can only invoke function calls to call upon the operating system to do things.


When a function is used as an argument in another function?

It is called callback function. For an example see the qsort function.

Related questions

What is a Generic Function in c plus plus?

Predefined functions are built-in functions that perform standard operations and that generally do not depend on any classes. A predefined void function is simply a predefined function that has no return value. An example of a predefined void function is the abort() function which typically has the following signature: void abort(void);


Can you call predefined function recursively?

Guess you meant: can a recursive function call predefined functions? Answer: sure, why not.


How do you draw line without using any predefined function?

That won't happen, you have to have a predefined putpixel (or something like that) function.


How constant are used in c?

it is predefined function


Is main a predefined function in c?

yes


Create a function for power in C?

Not necessary, there is a predefined 'pow' function.


A banner is an example of a predefined?

vfukfk


A banner is an example of a predefined what?

shapes


A banner is an example of a predefined that can be inserted into a document?

shapes


A banner is an example of a predefined what that can be inserted into a document?

shape


A banner is an example of a predefined what that can be inserted into the document?

shape


A predefined formula that allows us to do complicated calculations easily is known?

...as a function.