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...

The Digital Folks
22.4K views • Oct 25, 2021

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
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
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
22.4K
Likes
593
Duration
0:43
Published
Oct 25, 2021
User Reviews
4.6
(4) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now