Is c++ a dying language?


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

Post New Answer

More C++ General Interview Questions

Can constructor be private in c++?

0 Answers  


What is an inclusion guard?

0 Answers  


What is a constant reference?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  






What are static type checking?

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


What is size of null class?

6 Answers   HP,


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


What c++ library is string in?

0 Answers  


Categories