Difference between Compiled and Interpreted Language #shorts #bydubebox #programming

Difference between Compiled and Interpreted Language In compiled language, source code is first converted to machine code by the compiler , which will be ex...

Difference between Compiled and Interpreted Language #shorts #bydubebox #programming
The Digital Folks
22.4K views • Oct 25, 2021
Difference between Compiled and Interpreted Language #shorts #bydubebox #programming

About this video

Difference between Compiled and Interpreted Language

In compiled language, source code is first converted to machine code by the compiler , which will be executed by the target machine.

In interpreted language , compilation is not required, code is always in ready to run state. At run time, first it is converted to intermediate byte code by the interpreter, and then , it is converted to machine code by the virtual machine.

Example of compiled languages are c , or, c++ .

Example of interpreted languages are python , or , php .

Execution of compiled languages are comparatively faster, as extra steps of interpreting is not involved.


#shorts #programming #bydubebox

Video Information

Views

22.4K

Likes

593

Duration

0:43

Published

Oct 25, 2021

User Reviews

4.6
(4)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.

Trending Now