answersLogoWhite

0

What is a calling program?

User Avatar

Anonymous

12y ago
Updated: 12/22/2022

Application.

User Avatar

Ignacio Green

Lvl 10
2y ago

What else can I help you with?

Related Questions

Which is the best video calling program?

yahoo....


What is the difference between execl and system in unix?

The 'system' API will run a command string in a subshell and return to the calling program. The 'execl' API will overlay the current process with a different program; it can never return to the calling program because the calling program is no longer there (it has been overlayed by the new program from execl). The fork and exec command are used to spawn other activities or processes from a currently running program.


What are the Three characteristics of a program module?

Declaring,defining and calling function


When the module can modify the argument in the calling part of the program?

when it is passed by reference


How do you link a programming with other programming languages?

This is done via a call sequence. The syntax is different between languages but the process is about the same. The calling program issues a call to the called program and passes data items known as arguments. These arguments are used to instruct the called program on what actually to do. After the called program has completed its function it passes these arguments back to the calling program along with a return code to inform the calling program everything was ok, or not ok.


How can I programmatically stop the execution of a MATLAB program?

To programmatically stop the execution of a MATLAB program, you can use the "return" statement or the "error" function to exit the program at a specific point. This will halt the execution and return control to the calling function.


Is there an Iphone upgrade program to 3g?

I suggest calling you're current provider and they'll be able to advise on the options.


What is the meaning of x.getdata in c plus?

it mens u r calling de member function of de program


How do you do live video calling?

On a computer, it's as simple as having a webcam and downloading a program that allows you to do video calling (ie; Skype, Windows Live Messenger, etc.). On a cell phone, you need to have a video calling equipped phone that has a camera built specifically for the task.


What companies offer business conference calling?

Skype is an online messaging program that offers conference calling, at a cost. There are websites, like Free Conference Call, that offer free conference calling services. Bell and Rogers also offer conference all services.


What rates does Reliable Calling offer?

Reliable calling is a great alternative to other places. Reliable calling has a reduce rate on international calls from around the world. People who use this program only pays twenty-five dollars a month for unlimited local access.


What are subroutine linkages?

The Mechanism that makes possible to transfer control between the calling program and Subroutine is reffered to as SUBROUTINE LINKAGE