what are the compilation steps?
( i want inside the compiler )
Answer Posted / vignesh1988i
first step::: it will include the watever header file
with .h extension
second::: then it will read each line by line ...
third:::: then it will convert the code to the machine
level code
fourth>::: it will then match the syntax with the compailer
syntax which is being writtern there
fifth::: but logical errors in the program cant be found by
the compailer
sixth::: as soon as the syntax is said to be correct this
will be again decoded by the compailer to the user....this
will say SUCCESS... if syntax dosent match wit that syntax
in compailer it will give an ERROR
| Is This Answer Correct ? | 15 Yes | 13 No |
Post New Answer View All Answers
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the difference between volatile and const volatile?
What is fflush() function?
what are enumerations in C
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is the use of typedef in structure in c?
How can I avoid the abort, retry, fail messages?
What is void main ()?
Is javascript written in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the advantage of using #define to declare a constant?
Write a C program to count the number of email on text
Are global variables static in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Where local variables are stored in c?