Answer Posted / ritchie
C++ compilers usually convert the code to C before
converting to assembly language. So it takes double the work
compared to C code
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
How java is different from c and c++?
What are the two types of comments?
Are iterators pointers?
How the programmer of a class should decide whether to declare member function or a friend function?
What is boyce codd normal form in c++?
Which is most difficult programming language?
Differentiate between late binding and early binding.
How to declare a function pointer?
What happens when you make call 'delete this;'?
How should runtime errors be handled in c++?
What is constructor c++?
Explain unexpected() function?
What is the purpose of templates in c++?
How are pointers type-cast?
Why was c++ made?