Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



C++ Interview Questions
Questions Answers Views Company eMail

When must you use a constructor initializer list?

Amazon,

1095

What is a constructor initializer list?

Amazon,

1224

What is partial specialization or template specialization?

Amazon,

1061

What does it mean to take the address of a reference?

Amazon,

1074

What are the costs and benefits of using exceptions?

Amazon,

1165

What is name mangling/name decoration?

Amazon,

995

What is wrong with this statement? std::auto_ptr ptr(new char[10]);

Amazon,

1009

What is an algorithm (in terms of the STL/C++ standard library)?

Amazon,

1189

Explain what happens when an exception is thrown in C++.

Amazon,

1005

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

Amazon,

1225

When would you choose to return an error code rather than throw an exception?

Amazon,

1079

What kind of problems does name mangling cause?

Amazon,

1155

How do you work around them?

Amazon,

1104

What are the advantages/disadvantages of using inline and const?

Amazon,

1207

What is the difference between public, private, and protected inheritance?

Amazon,

1085


Un-Answered Questions { C++ }

What is c++ iterator?

1227


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6743


How can you create a virtual copy constructor?

1144


Where the memory to the static variables is allocated?

1112


Can constructor be static in c++?

1174


Define a nested class. Explain how it can be useful.

1144


Should I learn c++ c?

1113


What is the difference between the indirection operator and the address of oper-ator?

1174


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

1059


Show the declaration for a pointer to function returning long and taking an integer parameter.

1228


What are the four main data types?

1141


If all is successful, what should main return a) 0 b) 1 c) void

1078


Is c++ a good beginners programming language?

1126


How do you show the declaration of a virtual constructor?

1009


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

1252