Will c++ be replaced?


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

Post New Answer

More C++ General Interview Questions

What is the difference between new/delete and malloc/free?

1 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


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

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


Why are pointers not used in c++?

0 Answers  






how to swap two strings without using any third variable ?

11 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Is map thread safe c++?

0 Answers  


How many types of scopes are there in c++?

0 Answers  


Categories