What is the most useful programming language?


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

Post New Answer

More C++ General Interview Questions

Do vectors start at 0?

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


Explain bubble sorting.

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


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  






When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


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  


How does class accomplish data hiding in c++?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


Explain the advantages of using friend classes.

0 Answers  


Is c++ a pure oop language?

0 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


Categories