Is c++ a good beginners programming language?


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

Post New Answer

More C++ General Interview Questions

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 the difference between new/delete and malloc/free?

1 Answers  


Keyword mean in declaration?

0 Answers  


What is the difference between reference and pointer?

0 Answers  


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


What is a catch statement?

0 Answers  


what is meaning of isa and hsa

1 Answers  


Differentiate between the message and method in c++?

0 Answers  


Why would you use pointers in c++?

0 Answers  


What do you mean by translation unit?

0 Answers  


What are the types of array in c++?

0 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


Categories