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 does code-bloating occur in c++?
What is null pointer and void pointer and what is their use?
Can I learn c++ as my first language?
How do you add an element to a set in c++?
Explain what is oop?
What's the "software peter principleā?
What are dynamic type checking?
What does obj stand for?
How can you tell what shell you are running on unix system?
Is string data type in c++?
What is c++ iterator?
Can we declare a base-class destructor as virtual?
What is atoi in c++?
Explain some examples of operator overloading?
What is implicit pointer in c++?