Answer Posted / rohit sah
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is #define used?
Where in memory are my variables stored?
Why c is faster than c++?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What are # preprocessor operator in c?
How can I read in an object file and jump to locations in it?
c program to compute AREA under integral
What is sizeof return in c?
What does != Mean in c?
What are pointers in C? Give an example where to illustrate their significance.
Why is %d used in c?
What is local and global variable in c?
What is use of bit field?
How do you define structure?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler