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
How do you flush a buffer in c++?
Does c++ have foreach?
Should you pass exceptions by value or by reference?
Comment on assignment operator in c++.
Can I learn c++ as my first language?
What is function prototyping?
How would you implement a substr() function that extracts a sub string from a given string?
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
What is encapsulation in c++ with example?
Which is the best c++ software?
What is a modifier in c++?
What is exception handling? Does c++ support exception handling?
How long does it take to get good at leetcode?
Describe linked list using C++ with an example.
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].