what is importance of data sturture in a programming
language?
Answer Posted / shruti
data structures are abstractions we use to manage large
amounts of information and the relationships different
pieces of information have with each other. sometimes we
use data to allow us to do more. data structure also
provide guarantees about algorithmic complexity, coosing an
appropriate data structure for a job is crucial to writing
good software.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define the operators that can be used with a pointer.
what are Access specifiers in C++ class? What are the types?
Explain the pure virtual functions?
What does flush do c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the role of static keyword for a class member variable?
What is the difference between global variables and static varables?
What flag means?
Give an example of run-time polymorphism/virtual functions.
What is difference between malloc()/free() and new/delete?
Differences between private, protected and public and give examples.
What is the use of endl in c++?
What is the difference between delegation and implemented-in-terms-of?
Which bit wise operator is suitable for putting on a particular bit in a number?