Difference between data structure and data base.
Answer Posted / rajesh
Data structure is a collection of different data items and
data base is a collection of records.
In data structures like stack, queue etc, we enter or take
data from any one side only but in data base we enter or
take data from any where.
| Is This Answer Correct ? | 57 Yes | 26 No |
Post New Answer View All Answers
Explain about C function prototype?
Explain how can I remove the trailing spaces from a string?
Place the #include statement must be written in the program?
What is the difference between test design and test case design?
What are the features of the c language?
Explain how can you check to see whether a symbol is defined?
In which language linux is written?
how could explain about job profile
What is scanf () in c?
What is const volatile variable in c?
List a few unconditional control statement in c.
What are the primitive data types in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is c token?
What is the advantage of c?