Advertisements
Advertisements
प्रश्न
Differentiate compiler and interpreter.
अंतर स्पष्ट करें
उत्तर
Compiler:
- It converts the whole program at a time
- It is faster
- Error detection is difficult. Eg. C++
Interpreter:
- line by line execution of the source code.
- It is slow
- It is easy Eg. Python
shaalaa.com
Introduction to Python and C++
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
A framework for interfacing Python and C++ is ______
Which of the following is a software design technique to split your code into separate parts?
Identify the function call statement in the following snippet.
if __name__ =='__main__':
main(sys.argv[1:])
Which of the following can be used for processing text, numbers, images, and scientific data?
What does __name__ contain?
What is the use of the cd command? Give an example.
Differentiate PYTHON and C++?
Write any 5 features of Python.
Explain each word of the following command.
Python <filename.py> -<i> <C++ filename without cpp extension>