C++ General Interview Questions
Questions Answers Views Company eMail

what is Loop function? What are different types of Loops?

911

what are the characteristics of Class Members in C++?

826

What is namespace std; and what is consists of?

940

what is multi-threading in C++?

826

When one must use recursion function? Mention what happens when recursion functions are declared inline?

890

what is data abstraction in C++?

850

How can you specify a class in C++?

1023

what is the use of void main() in C++ language?

897

what are Access specifiers in C++ class? What are the types?

856

what is a reference variable in C++?

911

Explain about templates of C++.

896

What is different in C++, compare with unix?

822

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.

835

Discussion on error handling of C++ .

863

What are the unique features of C++.

784


Post New C++ General Questions

Un-Answered Questions { C++ General }

what are the iterator and generic algorithms.

1687


What is the best way to declare and define global variables?

952


What are the benefits of operator overloading?

904


Give 10 points of differences between C & C++.

864


Write a program to find the Fibonacci series recursively.

843


What is the role of static keyword for a class member variable?

867


When should we use multiple inheritance?

812


What does catch(…) mean?

846


What is an undefined reference/unresolved external symbol error and how do I fix it?

851


What are arrays c++?

836


Is atoi safe?

826


What is vectorial capacity?

938


Is ca high or low level language?

829


Is it possible for a member function to use delete this?

812


When does a 'this' pointer get created?

833