C++ Interview Questions
Questions Answers Views Company eMail

Write about all the implicit member functions of a class?

602

Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

633

How can you say that a template is better than a base class?

587

Explain the term memory alignment?

689

Carry out conversion of one object of user-defined type to another?

616

Define what is constructor?

590

What is an html tag?

632

How do you traverse a btree in backward in-order?

626

Explain the concept of memory leak?

631

How do you decide which integer type to use?

579

Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

569

How does list r; differs from list r();?

695

Describe the process of creation and destruction of a derived class object?

643

When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

577

What is a dangling pointer in c++?

666


Un-Answered Questions { C++ }

What is inheritance and how many types of inheritance?

622


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

557


What does new in c++ do?

573


What is the meaning of c++?

546


What is the standard template library (stl)?

626






Why do we use string in c++?

513


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

1951


What is the point of oop?

660


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3557


What is the latest c++ standard?

688


What are dynamic type checking?

620


What is a sequence in c++?

587


What is the most powerful coding language?

621


How would you use the functions sin(), pow(), sqrt()?

742


What is inheritance in oop?

605