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

what is importance of data sturture in a programming
language?

Answer Posted / leena

in data structure we make our own structure.
 Some of the commonly and frequently used data structures 
are Stack, Queue, linked List. etc

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain data encapsulation?

1131


Is rust better than c++?

1120


Which coding certification is best?

1031


Show the declaration for a static function pointer.

1051


Which c++ operator cannot overload?

1018


Define stacks. Provide an example where they are useful.

1020


what is COPY CONSTRUCTOR and what is it used for?

1075


What is constructor c++?

1119


What is the difference between object-oriented programming and procedural programming?

1236


What is a constructor and how is it called?

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 does override mean in c++?

1068


Which bit wise operator is suitable for putting on a particular bit in a number?

1213


What is the use of string in c++?

1029


What does it mean to declare a member variable as static?

1059