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

How should a contructor handle a failure?

1235

What is virtual function? Explain with an example

1145

Explain the difference between struct and class in terms of access modifier.

1222

Define private, protected and public access control.

1167

Explain rethrowing exceptions with an example?

1075

List down the guideline that should be followed while using friend function.

1112

What are static member functions?

1157

What is pointer to member?

1171

Explain the use of this pointer?

1201

What is private inheritance?

1144

What are the types of container classes?

1226

Difference between a homogeneous and a heterogeneous container

1203

Difference between overloaded functions and overridden functions

1111

What are the uses of static class data?

1236

What are shallow and deep copy?

1171


Post New C++ General Questions

Un-Answered Questions { C++ General }

How does c++ sort work?

1025


Write is a binary search tree? Write an algo and tell complexity?

1071


What is c++ best used for?

1100


How a new element can be added or pushed in a stack?

1060


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 the use of this pointer in c++?

1049


We use library functions in the program, in what form they are provided to the program?

1144


Discussion on error handling of C++ .

1161


What is fixed in c++?

1081


What are structures and unions?

1066


How do you invoke a base member function from a derived class in which you have not overridden that function?

1184


What is the difference between interpreters and compilers?

1269


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

1087


What are the differences between new and malloc?

1199


Incase of a function declaration, what is extern means?

1025