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
What is c++ hiding?
How is c++ used in the real world?
Define copy constructor.
How is data hiding achieved in c++?
Are iterators pointers?
What are move semantics?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Tell me difference between constant pointer and pointer to a constant.
How do I tokenize a string in c++?
In a function declaration, what does extern mean?
How a modifier is similar to mutator?
Describe private, protected and public – the differences and give examples.
How static variables and local variablesare similar and dissimilar?
What is a .lib file in c++?
What is the difference between map and hashmap in c++?