“Dlaczego C jest szybszy niż Python” Kod odpowiedzi

Dlaczego C jest szybszy niż Python

C/C++ is relatively fast as compared to Python because when you run 
the Python script, its interpreter will interpret the script 
line by line and generate output but in C, the compiler will first compile it 
and generate an output which is optimized with respect to the hardware and OS.
VasteMonde

Dlaczego C jest szybszy niż Python

C/C++ is relatively fast as compared to Python because when you run the Python script, 
its interpreter will interpret the script line by line and generate output but in C, 
the compiler will first compile it and generate an output which is optimized with respect to the hardware.
Real Raccoon

Odpowiedzi podobne do “Dlaczego C jest szybszy niż Python”

Pytania podobne do “Dlaczego C jest szybszy niż Python”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu