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
Differentiate between C and C++.
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is stream and its types in c++?
What is the difference between an array and a list?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is an accessor in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Who calls main function?
When does the c++ compiler create temporary variables?
What is abstraction with real time example?
What are the advantages of pointers?
Difference between delete and free.
Distinguish between new and malloc and delete and free().
what is c++
What is #include cmath?