answersLogoWhite

0

you can put it to the end of the filename: somesource.c

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the extension of C programming?

The extension of c program is ".c".


What c plus plus program must be saved in a text with the extension cpp?

The .cpp extension is merely conventional; it is not required by the C++ standard. You can actually use any file extension you wish.


Why is 'C' the name-extension when saving a program in Turbo C?

Convention. Of course you can use any other extension, like 'helloworld.my-own-c-source' instead of 'helloworld.c' but why should you?


What is the use of extension c holder?

An extension cord holder is used to hold an extension cord. It wraps around the holder, for easy release and withdrawal.


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


What m file extension?

A file with extension .m is most likely code. Matlab, Mathematica, Maple, and WinAmp scripts all use .m extension. In addition, Objective-C code is given the .m extension.


What is extension in c programming?

for c language it is .c and for c++ it is .cpp


Why we use extension as cpp in c plus plus programs?

Source files use a .cpp file extension, while headers use .hpp. However, this is merely a convention. Most C++ programmers use .h for all headers, even though this convention implies a C-style header rather than a C++ header. Ultimately, the extension is immaterial. If the file can be included in other files, then it is a header, otherwise it is a source file.


Why you use extension bonnet in valves?

Bonnet extensions are generally required on temperature applications below -30°C or above 200°C


What is extension part of c plus plus?

C++ Extension Name is... Syntax is: File Name.extension name. Ex: ankit.cpp


Why do you use a different extension for c and c plus plus programs?

Simply because they're different languages, C++ has a few more added components to it. If they were the same they would both be C wouldn't they?


What is the extension of program written in c language?

Most C programmers use a .c file name extension for executable C source code, and .h or no filename extension at all for source files containing definitions and interface specifications, so-called header files.Some C compilers inspect the file name extension and draw conclusions, but most will accept almost any filename convention.Other common filename extensions used in the C family of programming languages are .cpp and .hpp (C++) and .cs (C#). On operating systems with case-sensitive file names, these extensions are generally expected to be in lower case.