C++ General Interview Questions
Questions Answers Views Company eMail

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

645

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

596

What is namespace std; and what is consists of?

668

what is multi-threading in C++?

617

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

653

what is data abstraction in C++?

655

How can you specify a class in C++?

802

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

642

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

632

what is a reference variable in C++?

670

Explain about templates of C++.

680

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

611

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.

614

Discussion on error handling of C++ .

650

What are the unique features of C++.

575


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is the best c++ compiler for windows 10?

582


Where and why do I have to put the "template" and "typename" keywords?

586


Explain function overloading and operator overloading.

627


State the difference between delete and delete[].

581


Should I learn c or c++ or c#?

559






What is the difference between *p++ and (*p)++ ?

784


Explain the auto storage classes in c++.

605


What is c++ redistributable?

626


What do you mean by overhead in c++?

583


What c++ is used for?

587


What is the best c++ book for beginners?

578


When should we use container classes instead of arrays?

586


What are special characters c++?

567


What is friend class in c++ with example?

504


Define pure virtual function?

565