answersLogoWhite

0

I'm pretty sure that they're written in either C or C++.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How does programs works in a computer?

Computer programs are usually made with a programming language such as Microsoft C++. A ton of coding goes into a single program


Why are dbms bundled with powerful programming language modules?

DBMSs are usually bundled with powerful programming language modules. why


Why is PHP considered a scripting language instead of programming?

The difference between "scripting" and "programming" is largely one of semantics; they're essentially the same thing. A purist is more likely to call writing in a usually interpreted language (such as PHP) "scripting" and writing in a usually compiled language (such as C) "programming". But either way, you're writing a set of instructions for the computer to follow, and some "scripts" can be as (or more) complicated than many "programs."


What is Programming languege and why we use programming languege andexplain it?

A computer can do many different things, depending on the program provided to the computer. The program is a list of instructions.Rather than learn the "machine language", which is the underlying instructions the computer can execute, nowadays people usually program in a "programming language", which is closer to a human natural language, usually English. The instructions in this programming language are then converted into machine language, by programs specifically designed for that purpose (assemblers, compilers, and - in a way - interpreters). Writing in a programming language is much easier than learning the machine language.


Can you have more than one programming language on your computer?

Yes. It's the same principle as installing different programs in general - whatever you need to program are simply computer programs. Usually they don't interfere with one another.


In which programming language are operating systems written?

Usually a combination of C++, C and assembly language.


What is High Level Language Programs?

High-level language programming is usually a mixture of words or phrases of the English language. High-level languages have several advantages over machine or assembly languages; they are easier to learn and use, and the resulting programs are easier to read and modify. A few of the High-level programs are Ada, ALgol, BASIC, COBOL, C, C++, FORTRAN, LISP, Pascal and also Prolog.


Does a high level programming language consist of English like instructions?

It varies from language to language, but usually yes.


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


What is Programming or Scripting-Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What is Programming or Scripting Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


How do you adapt Sanskrit as a programming language?

You don't. A programming language and a spoken language have quite different structures; you don't use one for the other. Most programming languages are based on English, but that's usually just a few keywords, and perhaps class names, and similar stuff, that's English; the syntax of the programming language has nothing to do with English syntax.