Difference between data structure and data base.
Answer Posted / mahrukh
Explaining in a simple language : Database is the collection of various in a formatted manner , like a table , which helps in storing large amount of information having common attributes or simply common headings . . . For eg : The attendance register of a class can be considered as a database which the information about all the students are stored in table format under the attributes like name , roll number , absent or present . . .
Data Structure is the way of arranging information in a database so that it becomes easy to access information whenever needed . Example : Consider an attendance register of a class which is not proper . i.e , the pages are not arranged according to a proper sequence . If you arrange it in a sequence ( either date-wise or in any other sequence ) , you form a data structure which has a particular sequence of accessing the details of the register . . .
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
I have seen function declarations that look like this
What are the types of data types and explain?
Can we increase size of array in c?
Is c high or low level?
What is the advantage of using #define to declare a constant?
Is null always defined as 0(zero)?
How is null defined in c?
How many data structures are there in c?
What is union and structure?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain the difference between malloc() and calloc() function?
Difference between Function to pointer and pointer to function