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
cavium networks written test pattern ..
Does c have enums?
What is main return c?
What is a lookup table in c?
What are compound statements?
What is the maximum length of an identifier?
How to explain the final year project as a fresher please answer with sample project
Are there constructors in c?
What does 4d mean in c?
What are pointers?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What does the c in ctime mean?
int i=10; printf("%d %d %d", i, i=20, i);
What is the code for 3 questions and answer check in VisualBasic.Net?
How do you determine the length of a string value that was stored in a variable?