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
What is enumerated data type in c?
Write a program to print all permutations of a given string.
what is the different bitween abap and abap-hr?
Write a code to generate a series where the next element is the sum of last k terms.
What is %s and %d in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
how we can make 3d venturing graphics on outer interface
What is an auto keyword in c?
What is pointer to pointer in c language?
What is a spanning Tree?
What is the difference between #include
What are the keywords in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is getch c?
Write a program to swap two numbers without using third variable?