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

When should we use container classes instead of arrays?

1028

Explain the use of vtable.

1089

What is the iunknown interface?

1133

Explain how we implement exception handling in c++?

1061

What are the restrictions apply to constructors and destructors?

1083

What is null pointer and void pointer and what is their use?

1102

What is overloading unary operator?

1092

Explain the uses of static class data?

1111

Difference between overloading vs. Overriding

1090

What is null pointer and void pointer?

1081

What is a base class?

1116

Difference between an inspector and a mutator

1341

Describe delete operator?

1093

How do we implement inheritance in c++?

1132

What are guid? Why does com need guids?

1055


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is binary object model?

1031


Which one between if-else and switch is more efficient?

1076


What are the advantage of using register variables?

1174


What is split a string in c++?

1192


Why null pointer is used?

1050


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

2057


What is setw manipulator in c++?

1083


What are the manipulators in c++?

1041


What is the use of lambda in c++?

1032


What does ios :: app do in c++?

1037


Write a program to find the Fibonacci series recursively.

1074


How one would use switch in a program?

1079


What is a block in c++?

1053


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

1143


Explain the use of vtable.

1089