answersLogoWhite

0

What are the file created after c file is save?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Having saved the source file (*.C), you can compile it into an object module (*.OBJ), then link an executable program (*.EXE)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the file created after c file is save?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you save a text file as c file on mac?

From editor: File / Save As or File / Write To From shell: rename, move, mv


Differentiate save to save as in computer?

If the file is not saved yet, "save" is pretty much the same as "save as" but if the file is already saved somewhere in your computer: "Save" will save the changes to the already existing file, while "Save as" will give you the choice to save the changes where ever you'd like. for example: your file is saved at c:\myfile.doc if you make changes and hit "save" , the changes will be saved at c:\myfile.doc however, if you click "save as", you will be given the choice to save the file where ever you want (say c:\mynewfile.doc). the old file will remain the same, as if you never changed anything


How is batch file created?

1. open notepad2. save file as yournameforthefilehere.bat


How do you make a super Mario galaxy save file to get Roselia?

A save file should be created when you start playing Super Mario Galaxy.


Why is it possible to save a C file with a different extension name?

Because for the text editor (and the operating system) there is no such thing as 'C file' only 'file', and files can have any names and extensions.


How do you save turbo c programs in turboc?

Press key F2, or select command Save from menu File.


Is it possible to save a C file with a different extension name?

Yes, of course.


What action takes place when you save a file opened in an application program?

C


How do you convert a notebook file to a c plus plus file?

There are no "notebook files"; C++ sources are ordinary text files. When you save a file from NotePad, select File/SaveAs and select 'file type: all', then enter the name, e.g. myprogram.cpp


How can save output of c programs throw command?

C does not support try, catch, and throw. In C++, you can save the output to a file, or to some memory structure that would be displayed in a catch block.


How do you create a new C source file?

A source file is nothing more than a text file with code. Therefore, any file created in Notepad and saved as "anyname.c" is considered a C source file.


How do you Open a text file as C plus plus source code?

All C++ source code is is a text file with the .cpp extension. So if you save your code as *****.cpp then it is automatically C++ source code.