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

What are the different types of stl containers?

1218

Define stl.

1337

Name the different types of stl containers.

1225

What is a stack? How it can be implemented?

1233

What is the need of a destructor?

1215

Show the application of a dynamic array with the help of an example.

1202

Explain dangling pointer.

1194

How does code-bloating occur in c++?

1246

Define upcasting.

1106

Are there any special rules about inlining?

1134

What is the use of default constructor?

1152

Define virtual constructor.

1158

Explain container class.

1311

What are the advantages of early binding?

1126

Explain one-definition rule (odr).

1180


Un-Answered Questions { C++ }

String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2458


Which is better struts or spring?

1122


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2595


Are vectors passed by reference c++?

1059


In C++ what is a vtable and how does it work?

1105


Differentiate between C and C++.

1329


How new/delete differs from malloc()/free?

1200


Comment on assignment operator in c++.

1175


What is object in c++ example?

1178


What is abstraction example?

1164


What are libraries in c++?

1142


What is a virtual function in C++?

1107


Which is better c++ or java?

1038


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.

1195


Explain the register storage classes in c++.

1239