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


Please Help Members By Posting Answers For Below Questions

What are the difference between a free-standing and a hosted environment?

735


If the size of int data type is two bytes, what is the range of signed int data type?

581


Can true be a variable name in c?

555


What is the size of array float a(10)?

650


Where can I get an ansi-compatible lint?

634






What are the advantages and disadvantages of a heap?

700


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

573


How pointers are declared?

556


what is the height of tree if leaf node is at level 3. please explain

1592


How many main () function we can have in a project?

608


What was noalias and what ever happened to it?

590


What is merge sort in c?

638


Define and explain about ! Operator?

611


What extern c means?

529


Which is more efficient, a switch statement or an if else chain?

571