कंपाइलर
एक कम्प्युटर का प्रोग्राम हैं। जिसका काम एक कम्प्युटर प्रोग्राम (सोर्स कोड) को दूसरे
कम्प्युटर प्रोग्राम (एक्सक्यूटेबल कोड) मे बदलने का कार्य करता हैं। जिससे की मानव
द्वारा लिखा हुआ कोड कम्प्युटर के समझ मे आ सके। और कम्प्युटर उस प्रोग्राम को क्रियान्वित
कर सके। कंपाइलर को दूसरी भाषा मे ट्रांस्लेटर (अनुवादक) कह सकते हैं।
C’s Compilers and Environment:
There are many compiler that used
to write c program that ate given below.
1-
Amsterdam Compiler Kit (C K&R and C89/90)
2-
ARM RealView
3-
Clang, using LLVM backend
4-
GCC (Full C89/90, C99 and C11)
5-
HP C/ANSI C compiler (C89 and C99)
6-
IBM XL C/C++ (C11, starting with version 12.1)
7-
Intel's ICC
8-
LabWindows/CVI
9-
LCC
10-
OpenWatcom (C89/90 and some C99)
11-
Microsoft Visual C++ (C89/90 and some C99)
12-
Pelles C (C99 and C11. Windows only.)
13-
vbcc (C89/90 and C99)
14-
Turbo C
15-
ANSI C
Compiler
Compiler task is
to compile or translate your human readable code into machine understandable
code because your CPU can not understand human language except machine
language. by this book our all program compiled Turbo C Compiler that listed
above at 14 number. Turbo C is Popular for window Programming and GNU GCC is
popular for UNIX programming.
No comments:
Write comments