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


Please Help Members By Posting Answers For Below Questions

Explain low-order bytes.

623


What is 2c dna?

608


What is adt in c programming?

609


What is sorting in c plus plus?

565


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1467






What is sizeof array?

610


What is dangling pointer in c?

618


Explain what are the __date__ and __time__ preprocessor commands?

593


How to write a code for reverse of string without using string functions?

1578


Why does not c have an exponentiation operator?

629


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

654


What is formal argument?

648


What is the total generic pointer type?

724


What is the difference between text and binary modes?

643


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1317