answersLogoWhite

0

The only program that executes during compilation is the compiler. The compiler produces one object file for each translation unit compiled. When all translation units are compiled, the object files can then be linked together by executing the linker.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What has the author Ben C Moszkowski written?

Ben C. Moszkowski has written: 'Executing temporal logic programs'


Missing semicolon in c program is a compile time error?

It's a syntax error, which is detected during compilation, yes.


What is compilation in c plus plus?

Compilation is the process of translating source files into object files.


Where does the compilation of c program starts?

After main()


Why wont your C plus plus programs compile?

C++ programs won't compile if they contain compiler errors. The compiler will tell you precisely where the error is, and the type of error, unless the error is in a macro. The compiler cannot see macro definitions because they are inline expanded prior to compilation.


When memory allocate to Static data in c?

Compilation time.


When do preprocessor directives execute in c plus plus?

Preprocessing is the first stage of compilation, where macros are expanded, conditional compilation established and code replaced according to the specified directives. The resulting code produces intermediate source files which are then compiled by the main compilation process. Your IDE may include options to retain these intermediate files so you may examine them.


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.


What is the sequnce to writing tha c program?

Writing the source(s).Compilation and linkage.Execution.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.