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
Whats s or c mean?
Explain the difference between call by value and call by reference in c language?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Write a program to use switch statement.
Describe the difference between = and == symbols in c programming?
What is boolean in c?
how we can make 3d venturing graphics on outer interface
List the variables are used for writing doubly linked list program.
What is c preprocessor mean?
Explain main function in c?
How do you define CONSTANT in C?
What is linear search?
What is a newline escape sequence?
What happens if you free a pointer twice?