How can you force the compiler to not generate them?


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

Post New Answer

More C++ Interview Questions

What is pass by value & reference.

0 Answers   Accenture,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What is name mangling/name decoration?

0 Answers   Amazon,


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


What is the difference between member functions and static member functions?

0 Answers   Alter,






How to invoke a C function using a C++ program?

0 Answers   Alter,


Can we provide one default constructor for our class?

0 Answers  


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Categories