C-file
सी भाषा का स्रोत-कोड फ़ाइल (आमतौर पर .c एक्सटेंशन वाली)
Origin & History
From C (the programming language name, from earlier languages such as B) + file; used in computing to mean a source-code file, especially one with the “.c” extension.
C (प्रोग्रामिंग भाषा का नाम, जो पहले की भाषा B आदि से जुड़ा है) + file; कंप्यूटिंग में इसका प्रयोग स्रोत-कोड वाली फ़ाइल के लिए होता है, विशेषकर “.c” एक्सटेंशन वाली।
Definition
A c-file is a computer file that contains source code written in the C programming language, most often saved with the filename extension “.c” and compiled to produce an object file or executable.
c-file वह कंप्यूटर फ़ाइल है जिसमें C प्रोग्रामिंग भाषा में लिखा स्रोत-कोड होता है; इसे प्रायः “.c” एक्सटेंशन के साथ सहेजा जाता है और इसे कम्पाइल करके ऑब्जेक्ट फ़ाइल या एक्ज़िक्यूटेबल बनाया जाता है।