Answer Posted / deepu chandran
compilation refers to conveting source code(high level)
into object code (machine code) by series of processes such
as lexical analysis,parsing(syntactic),sematic
analysis,optimization,preprocessor, code generation.
compiler is a program mainly written in C itself
for C compiler.
if u want 2 know more about this processes mail me at:
fortuner4u@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
There seem to be a few missing operators ..
Is c programming hard?
Explain high-order and low-order bytes.
What the advantages of using Unions?
What are two dimensional arrays alternatively called as?
Explain spaghetti programming?
Where are c variables stored in memory?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How many main () function we can have in a project?
Are the variables argc and argv are local to main?
Explain the use of function toupper() with and example code?
I have a varargs function which accepts a float parameter?
What does s c mean on snapchat?
How arrays can be passed to a user defined function
How can I invoke another program or command and trap its output?