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 / rajesh pal

data structure is a logical and mathmatical representation
of memory by which we can utilize our memory. the data
structure is also help in storing and searching data
frequentily.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you flush a buffer in c++?

1149


Does c++ have foreach?

1136


Should you pass exceptions by value or by reference?

1185


Comment on assignment operator in c++.

1171


Can I learn c++ as my first language?

1158


What is function prototyping?

1173


How would you implement a substr() function that extracts a sub string from a given string?

1107


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3513


What is encapsulation in c++ with example?

1046


Which is the best c++ software?

1151


What is a modifier in c++?

1212


What is exception handling? Does c++ support exception handling?

1087


How long does it take to get good at leetcode?

1242


Describe linked list using C++ with an example.

1127


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1504