What compilation do?

Answer Posted / ananth kumar

First pre-compilation, macros are sunstituted. Then at the
time of compilation, source code is converted into object
files (in other words, decoding to machine language) and
the linker plays a major role in generating the output
executables to perform the desired function.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

597


What is the purpose of the preprocessor directive error?

682


Is it possible to use curly brackets ({}) to enclose single line code in c program?

799


What's a good way to check for "close enough" floating-point equality?

628


Why functions are used in c?

587






What do you understand by normalization of pointers?

623


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

655


How can I list all of the predefined identifiers?

581


How can I access an I o board directly?

623


What is the difference between printf and scanf )?

593


What is external variable in c?

613


What is difference between array and pointer in c?

538


What is difference between structure and union in c?

546


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

622


Why do we use null pointer?

607