Compiler vs Interpreter in C Programming language By GKRSOFT

Опубликовано: 31 Октябрь 2024
на канале: gkrsoft
1,019
23

This video will covers the differences between Compiler and interpreter in C.

Compiler :It is a translator which takes input i.e., High-Level Language, and produces an output of low-level language i.e. machine or assembly language.

There are several compilers available for the C programming language, each with their own set of features and advantages. Here are 10 popular C compilers:

1.GCC (GNU Compiler Collection)
2.Clang
3.Intel C++ Compiler
4.Microsoft Visual C++
5.Turbo C++
6.Tiny C Compiler (TCC)
7.Digital Mars C/C++ Compiler
8.Borland C++
9.Pelles C
10.LLVM C Compiler


Interpreter : It is a program that translates a programming language into a comprehensible language.

--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------

Hereby, I have attached the previously uploaded videos on Basics of C Programming language and C Compilation process

Do checkout these videos.

Basics of C Programming language :   • Basics of C Programming Language BY G...  

C Compilation process/C Build Process :    • C COMPILATION PROCESS | C BUILD PROCE...