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

What is #include conio h?

605


Is it better to use malloc() or calloc()?

658


write an algorithm to display a square matrix.

2236


How can you determine the maximum value that a numeric variable can hold?

647


How do you write a program which produces its own source code as output?

620






How many header files are in c?

562


What does volatile do?

573


Explain what is the benefit of using #define to declare a constant?

618


given post order,in order construct the corresponding binary tree

2336


How can I insert or delete a line (or record) in the middle of a file?

581


Explain 'far' and 'near' pointers in c.

714


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

571


What is the default value of local and global variables in c?

567


code for quick sort?

1630


What is calloc() function?

631