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?

1197

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

1097

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

1006

Explain the concept of dynamic allocation of memory?

1100

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

1066

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

1102

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

1119

Using a smart pointer can we iterate through a container?

1083

Should the this pointer can be used in the constructor?

1027

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?

1081

When should I use unitbuf flag?

1018

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

1083

What is the difference between an array and a list?

1033

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

1085

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

1081


Post New C++ General Questions

Un-Answered Questions { C++ General }

How can you differentiate between inheritance and implementation in c++?

1220


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

1326


Write a Program to find the largest of 4 no using macros.

1081


What is command line arguments in C++? What are its uses? Where we have to use this?

1277


What does flush do c++?

1065


Explain what is polymorphism in c++?

1129


What is the error in the code below and how should it be corrected?

764


What is an incomplete type in c++?

1282


What is the difference between structure and class?

1278


Do you know the problem with overriding functions?

1109


Are c and c++ different?

994


Describe new operator and delete operator?

1085


Who calls main function?

1114


Is c++ an oop?

1101


What is nested class in c++?

964