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
What are the types of c language?
What is the use of c language in real life?
Is it possible to initialize a variable at the time it was declared?
When can you use a pointer with a function?
What is difference between structure and union in c programming?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the general form of #line preprocessor?
What is meant by operator precedence?
Explain how do you determine whether to use a stream function or a low-level function?
What is the purpose of void in c?
What is the -> in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Where register variables are stored in c?
What is an example of structure?
How would you use the functions fseek(), freed(), fwrite() and ftell()?