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++ General Interview Questions
Questions Answers Views Company eMail

Define a constructor?

1107

Write about the stack unwinding?

1119

What are the effects after calling the delete this operator ?

1108

What do you understand by a pure virtual member function?

1066

Name the debugging methods that are used to solve problems?

1142

To what does “event-driven” refer?

1112

Is it possible to provide special behavior for one instance of a template but not for other instances?

1173

What is a local variable?

1132

Can comments be nested?

1081

What is the this pointer?

1165

What is the default width for ouputting a long integer using the insertion operator?

1297

How do you differentiate between overloading the prefix and postfix increments?

1139

What parameter does the constructor to an ofstream object take?

1104

What information can an exception contain?

1205

What are the steps in the development cycle?

1160


Post New C++ General Questions

Un-Answered Questions { C++ General }

Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

2267


What is a unnitialised pointer?

1138


What is a storage class? Mention the storage classes in c++.

1071


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

1061


what you know about c++?

1199


What do you mean by ‘void’ return type?

1103


What are the benefits of oop in c++?

1315


Define macro.

1135


Why do we need constructors in c++?

1160


What is a c++ object?

1254


What is object oriented programming (oop)?

1171


What are the five basic elements of a c++ program?

1162


What does flush do c++?

1120


What do you mean by a template?

1114


How do you find out if a linked-list has an end?

1178