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 the ANSI C Standard?
find out largest elemant of diagonalmatrix
What are different storage class specifiers in c?
What is scope rule in c?
What does. int *x[](); means ?
Explain what is the purpose of "extern" keyword in a function declaration?
What is difference between union and structure in c?
Does * p ++ increment p or what it points to?
Difference between strcpy() and memcpy() function?
Is it possible to pass an entire structure to functions?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How to write a code for reverse of string without using string functions?
Is python a c language?
what is use of malloc and calloc?