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
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What do you mean by funtion prototype?
What are the sizes and ranges of the basic c++ data types?
What is the use of pointer in c++ with example?
How does a copy constructor differs from an overloaded assignment operator?
What are guid? Why does com need guids?
Explain Text Manipulation Routines?
Which software is used for c++ programming?
What problems might the following macro bring to the application?
What is a class definition?
If dog is a friend of boy, is boy a friend of dog?
What are abstract data types in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Differentiate between realloc() and free().
Is it possible to use a new for the reallocation of pointers ?