Difference between data structure and data base.
Answer Posted / gayitri91
Data Structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
Different kinds of data structures are suited to different
applications . For example, B-trees are particularly well-suited for implementation of databases.
Data structures are used in almost every program or software system.
DataBase-usually referred as collection of inter related data
,contains information relevant to a company or a business.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is dynamic variable in c?
What are keywords in c with examples?
How do c compilers work?
What is identifier in c?
why we wont use '&' sing in aceesing the string using scanf
What is a const pointer in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
How many identifiers are there in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
State two uses of pointers in C?
how do you programme Carrier Sense Multiple Access
What happens if you free a pointer twice?
Which is best linux os?
What oops means?
What is #define size in c?