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...

How many storage classes are available in C++?

Answer Posted / hrpynux@gmail.com

There are primarily four storage classes in C, viz. automatic, register, static, and external.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use clrscr in c++?

1023


Can turbo c++ run c program?

1031


What is a far pointer? where we use it?

1019


When should I use unitbuf flag?

968


Write a program to add three numbers in C++ utilizing classes.

1056


Difference between a copy constructor and an assignment operator.

933


What is the difference between reference and pointer?

1097


What is the use of :: operator in c++?

1058


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: "<

2004


give me an example for testing a program showing the test path .show how the test is important and complex.

2859


What do the header files usually contains?

1000


What is c++ best used for?

1017


Can we define function inside main in c++?

953


what is VOID?

1009


Differentiate between an inspector and a mutator ?

1155