C++ General Interview Questions
Questions Answers Views Company eMail

Difference between a copy constructor and an assignment operator.

633

What is function prototyping? What are its advantages?

658

Explain bubble sorting.

699

List the advantages of inheritance.

711

Explain storage qualifiers in c++.

684

Why is standard template library used?

643

Explain the register storage classes in c++.

735

What are the various operations performed on stack?

681

What are the different types of comments allowed in c++?

645

What are the advantages of using a pointer?

668

Explain abstraction.

675

Define linked lists with the help of an example.

614

Define a pdb file.

700

What are the advantages of prototyping?

632

In a function declaration, what does extern mean?

689


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is isdigit c++?

650


Difference between a copy constructor and an assignment operator.

633


Ask to write virtual base class code?

2249


Do we have to use initialization list in spite of the assignment in constructors?

638


Write a program to interchange 2 variables without using the third one.

648






Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2107


Explain what you mean by a pointer.

712


Which c++ operator cannot overload?

613


Write about the various sections of the executable image?

630


What is virtual base class?

636


How do you invoke a base member function from a derived class in which you have not overridden that function?

663


How much do c++ programmers make?

624


How can virtual functions in c++ be implemented?

676


Can we declare a base-class destructor as virtual?

637


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

1812