Disadvantages of c++

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


Please Help Members By Posting Answers For Below Questions

What is c++ hiding?

855


How is c++ used in the real world?

767


Define copy constructor.

830


How is data hiding achieved in c++?

756


Are iterators pointers?

880






What are move semantics?

854


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

737


Tell me difference between constant pointer and pointer to a constant.

837


How do I tokenize a string in c++?

787


In a function declaration, what does extern mean?

797


How a modifier is similar to mutator?

848


Describe private, protected and public – the differences and give examples.

797


How static variables and local variablesare similar and dissimilar?

776


What is a .lib file in c++?

739


What is the difference between map and hashmap in c++?

762