Answer Posted / saleban
compiler is used compile ur program takes source of the
program doing daignosis handling the errors of the
program and make program that computer can undersand then
ouputed object program during compiling there is some
phases
lexical analysis,
parsing,semantics,simlification,optimization, code
generator,
if all success in ur program u have efficent program
(corecct)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Which is best ide for c++?
What are c++ storage classes?
What is a container class?
Why is it called c++?
What is stoi in c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Why do we use setw in c++?
What is a down cast?
Define copy constructor.
What are the 2 main types of data structures?
What is null pointer and void pointer and what is their use?
What is an iterator?
What is the use of turbo c++?
How does a copy constructor differs from an overloaded assignment operator?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h