C-file

/ˈsiː faɪl/

सी भाषा का स्रोत-कोड फ़ाइल (आमतौर पर .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” एक्सटेंशन के साथ सहेजा जाता है और इसे कम्पाइल करके ऑब्जेक्ट फ़ाइल या एक्ज़िक्यूटेबल बनाया जाता है।

Parts of Speech

Noun:
Please add the new function to the c-file and recompile.
कृपया नया फ़ंक्शन c-file में जोड़ें और फिर से कम्पाइल करें।

Usage Examples

The bug is in a c-file that handles memory allocation.
Rename the c-file so its name matches the main function’s module.
Our build system compiles each c-file into an object file.
This c-file includes two header files for portability.

Synonyms

C source file C source-code file .c file

Antonyms

Header file Binary file Executable Object file

Related Forms

Noun
C file / C source file / Source file / File
Adjective
C-language / Source-code

Idioms & Phrases

Touch a c-file
c-file को (बिना बदलाव के भी) अपडेट/टच करना (टाइमस्टैम्प बदलना)
Diff a c-file
c-file का diff निकालना/तुलना करना
Compile a c-file
c-file को कम्पाइल करना