program explaining feautures of c++


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

Post New Answer

More C++ General Interview Questions

What does ios :: app do in c++?

0 Answers  


Explain selection sorting?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


What does iomanip mean in c++?

0 Answers  


Which is better c++ or java?

0 Answers  






What do you understand by a pure virtual member function?

0 Answers  


What does asterisk mean in c++?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


What is static in c++?

0 Answers  


What is an operator in c++?

0 Answers  


What is the difference between struct and class?

1 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Categories