Report Bug
Qus : In what language is the Python programming language written?
Qus पायथॉन प्रोग्रामिंग भाषा किस भाषा में लिखी गई है?

A. C
B. C++
C. JAVA
D. PHP


Solution
A. C



Explanation

The Python programming language is primarily written in C. Python's CPython implementation, which is the reference and most widely used implementation of Python, is written in C. The C language is known for its efficiency, portability, and close integration with low-level system details, making it a suitable choice for implementing a high-level language like Python.




Report Bug