Computer Science, asked by Vikesh782, 5 months ago

what is Non portable languages?

Answers

Answered by thamaraiselvamr668
0

Explanation:

There is nothing inherantly nonportable about C or C++. Portability concerns only arise when calling operating system or compiler-specific functions. In the case of assembly language programming, the lack of portability is generally due to instruction set concerns. If restricting the target machine set appropriately, those portability problems may or not matter.

Answered by venkatsaiteja022
1

Explanation:

A portable language is a computer programming language capable of developing software for more than one computer system. For example, C++ is a portable language commonly used today.

Similar questions