answersLogoWhite

0


Best Answer

It doesn't matter what language the external program or function was written in since all executables must be converted to machine code. To execute an external function, that function must reside in a library to which your program is linked and you must know the prototype of the function you intend to call. This is usually found in the library header file which can simply be included in your program. You can then call the external function just as you would an internal function. To execute a specific function in another program, however, you must use the command line interface for that program.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you call an external function or program that is written in different programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you call an external function or program that is written in a different programming language?

This depends on too many variables you didn't specify for us to answer.


How procedural oriented programming language is interdependency?

Function which uses other function as part of it programming is known as function interdependent


Is combination a library function in c language of programming?

No.


In what programming language is SSCANF a reference?

SSCANF is the Go Programming Language and originated from the C Programming Language. SSCANF is a function that reads data with specified format from a given stream source.


This a prewritten function that is built into a programming language?

Library Function Starting out with Programming Logic and Design by Tony Gaddis Page 218


A function and a class which is preferred and which is legal in cplusplus programming language?

you


What is method in programming language?

A method is another name for a function. (I am assuming you know what a function is)


What kind of programming language is Halide?

There are many different programming languages available on the market. The programming language 'Halide' is a relatively new language on the market that was created to make programming easier.


Is there a real programming language that resembles GML - the language in Game Maker?

GML IS a real programming language. But anyway, all programming languages are about the same, with different syntax.


What are the different keyword in C programming Language?

For example 'for' and 'break' are different keywords.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


What is the generation of language?

Programming languages are divided into five different generations. A programming language consists of the symbols, letters and numbers used to communicate with computers.