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

Write about c++ storage classes?

1249

How the delete operator differs from the delete[]operator?

1152

What do you understand by pure virtual function? Write about its use?

1044

Explain the concept of dynamic allocation of memory?

1152

In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

1138

What do you understand by zombie objects in c++?

1163

How the programmer of a class should decide whether to declare member function or a friend function?

1181

Using a smart pointer can we iterate through a container?

1143

Should the this pointer can be used in the constructor?

1076

We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

1142

When should I use unitbuf flag?

1070

What is the difference between prefix and postfix versions of operator++()?

1134

What is the difference between an array and a list?

1090

How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

1127

When should overload new operator on a global basis or a class basis?

1134


Post New C++ General Questions

Un-Answered Questions { C++ General }

When you overload member functions, in what ways must they differ?

1104


Why do we need constructors in c++?

1165


Is c++ platform dependent?

1147


How do you add an element to a set in c++?

1033


How a modifier is similar to mutator?

1242


why is iostream::eof inside a loop condition considered wrong?

1112


Write a function to find the nth item from the end of a linked list in a single pass.

1021


Define basic type of variable used for a different condition in C++?

1193


What is wrapper class in c++?

1198


Differentiate between a constructor and a method in C++.

1116


What is the use of ::(scope resolution operator)?

1123


What language does google use?

1240


What are references in c++? What is a local reference?

1108


What are the various situations where a copy constructor is invoked?

1177


How the programmer of a class should decide whether to declare member function or a friend function?

1181