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
What is difference between structure and union with example?
what does static variable mean?
what are the different storage classes in c?
How can you return multiple values from a function?
I need a sort of an approximate strcmp routine?
Explain the advantages of using macro in c language?
can we implement multi-threads in c.
What is static and volatile in c?
Write a program to reverse a given number in c language?
What is structure packing in c?
What are pointers? Why are they used?
Can a file other than a .h file be included with #include?
What is optimization in c?
Compare and contrast compilers from interpreters.
Why functions are used in c?