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

Explain which function in c can be used to append a string to another string?

588


How are 16- and 32-bit numbers stored?

723


What is the difference between text and binary i/o?

590


What is null pointer constant?

594


Why isn't it being handled properly?

645






What are the rules for identifiers in c?

585


What are the advantages of c language?

666


What is scanf_s in c?

631


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1854


What is class and object in c?

589


What is ponter?

770


Can we compile a program without main() function?

634


What is the difference between ++a and a++?

694


Can we add pointers together?

618


What do you mean by keywords in c?

628