answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the Examples of portable programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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.


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic


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.


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

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


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

while, for, do


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".


Why is Unix portable?

Unix was rewritten in the C Programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms. (mihir)