What are the uses of c++ in the real world?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


How does com provide language transparency?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


What is meant by const_cast?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


What is the main function c++?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


What do you mean by late binding?

0 Answers  


What is flush c++?

0 Answers  


Categories