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
What does it mean to declare a member function as virtual?
How do you clear a map in c++?
Out of fgets() and gets() which function is safe to use and why?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What happens if a pointer is deleted twice?
What is pointer to member?
what is a reference variable in C++?
What are the restrictions apply to constructors and destructors?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Explain what are accessor methods?
Explain class invariant.
What is lazy initialization in c++?
What are friend classes?
Are iterators pointers?
Write about a nested class and mention its use?