Robotics & Artificial Intelligence

What is meant by cross-platform language?

Getting Started

1 Like

Answer

A cross-platform language refers to a programming language that is platform independent, which means a program developed using such a language can run on different operating systems. For example, if Python code has been developed in Windows then its library can also run on other platforms such as UNIX, LINUX, Macintosh, etc. Hence, Python is referred to as a cross-platform compatible language.

Answered By

2 Likes


Related Questions