कम्पाइलर किसका उदाहरण है?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A compiler is an example of a software program that translates source code written in one programming language (the source language) into another programming language (the target language) so that the resulting code can be executed by a computer. A compiler is used to convert the human-readable sourRead more
A compiler is an example of a software program that translates source code written in one programming language (the source language) into another programming language (the target language) so that the resulting code can be executed by a computer. A compiler is used to convert the human-readable source code into machine-executable code. It checks the source code for errors and then generates an executable file that can run on a computer. This executable file is also called an object code, machine code or an executable program.
एक कंपाइलर एक सॉफ्टवेयर प्रोग्राम का एक उदाहरण है जो एक प्रोग्रामिंग लैंग्वेज (सोर्स लैंग्वेज) में लिखे सोर्स कोड को दूसरी प्रोग्रामिंग लैंग्वेज (टारगेट लैंग्वेज) में ट्रांसलेट करता है ताकि परिणामी कोड को कंप्यूटर द्वारा निष्पादित किया जा सके। एक कंपाइलर का उपयोग मानव-पठनीय स्रोत कोड को मशीन-निष्पादन योग्य कोड में बदलने के लिए किया जाता है। यह त्रुटियों के लिए स्रोत कोड की जाँच करता है और फिर एक निष्पादन योग्य फ़ाइल बनाता है जो कंप्यूटर पर चल सकती है। इस निष्पादन योग्य फ़ाइल को ऑब्जेक्ट कोड, मशीन कोड या निष्पादन योग्य प्रोग्राम भी कहा जाता है।
See less