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
will u please send me the placement papers to my mail???????????????????
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is pragma c?
Explain the use of #pragma exit?
can any one tel me wt is the question pattern for NIC exam
What is file in c preprocessor?
Why do we use & in c?
Can you pass an entire structure to functions?
Why & is used in c?
What is structure in c explain with example?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the right way to use errno?
Where we use clrscr in c?
Explain what are linked list?
what is event driven software and what is procedural driven software?