answersLogoWhite

0

Many programming languages allow programs to be portable from one kind of computer to another, including

* the C Programming language

* Pascal

* Forth

* C++

* Java

* Python

and many others. Yes, the C programming language was designed to encourage machine-independent programming.

The C programming language is portable to more CPUs than any other programming language.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the examples of middle level programming language?

binary language


Examples of Low-Level Programming Language?

Machine code & Assembly language.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


Examples of second-generation programming language or 2GL assembly language?

colbol and foran


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


Is c language is heterogeneous?

Programming languages cannot be 'portable', but programs written in C might be portable, if they follow the strictest standards and do not use platform-specific features or functions.


What are examples of programming languages?

C, C++ and java are a couple. There are still many other programming language.


Give some examples of reserved words in the ANSI C programming language?

while, for, do


What is the best programming language to start making portable windows applications?

Visual basic is one of the easiest and best places to start.


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 are the key differences between assembly language and programming language?

Assembly language is a low-level programming language that uses mnemonic codes to represent machine instructions directly. It is specific to a particular computer architecture and is closer to the hardware. On the other hand, a programming language is a high-level language that uses English-like syntax and is more abstract, making it easier for programmers to write and understand code. Programming languages are not tied to a specific computer architecture and are typically more portable and easier to maintain than assembly language.