C-source
C का स्रोत कोड (सी-सोर्स)
Origin & History
Modern computing term formed from the letter-name C (the C programming language, developed in the early 1970s) + source (the original, human-readable program text), used to distinguish editable code from compiled binaries.
आधुनिक कंप्यूटिंग शब्द; अक्षर-नाम C (C प्रोग्रामिंग भाषा, 1970 के दशक की शुरुआत में विकसित) + source (मूल, मनुष्यों द्वारा पढ़ा जा सकने वाला प्रोग्राम पाठ) से बना, और संपादन योग्य कोड को कम्पाइल्ड बाइनरी से अलग बताने के लिए प्रयोग होता है।
Definition
C-source refers to the source code written in the C programming language (typically in files with the .c extension) that can be read and modified by programmers and is compiled to produce an executable program.
c-source से आशय C प्रोग्रामिंग भाषा में लिखा गया स्रोत कोड (आमतौर पर .c एक्सटेंशन वाली फाइलों में) होता है, जिसे प्रोग्रामर पढ़ और संशोधित कर सकते हैं तथा जिसे कम्पाइल करके चलने योग्य प्रोग्राम बनाया जाता है।