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
Does c++ support exception handling?
How can you say that a template is better than a base class?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is a class definition?
Write a program to interchange 2 variables without using the third one.
Describe about storage allocation and scope of global, extern, static, local and register variables?
How do you define/declare constants in c++?
Is c++ the best programming language?
Explain the scope of resolution operator.
What does obj stand for?
What are the differences between new and malloc?
Write a code/algo to find the frequency of each element in an array?
What are virtual constructors/destructors?
Is map thread safe c++?
What is iterator c++?