Difference between data structure and data base.

Answer Posted / shruthi chandran

Data Structure - How data are stored or arranged. For Example:- Are they arranged Linearly or non-Linearly. Linear means they are arranged one after the other in contigous memory locations. Examples include Arrays, Lists

Database is a collection of information that is organised so that it can be easly accessed,managed and updated

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are header files in c?

616


Why is c still so popular?

616


Write a program on swapping (100, 50)

636


How does pointer work in c?

618


can any one provide me the notes of data structure for ignou cs-62 paper

1703






a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

637


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1469


Explain the difference between the local variable and global variable in c?

600


What are the two types of functions in c?

564


What is the difference between #include

and #include “header file”?

552


How do we open a binary file in Read/Write mode in C?

680


Can two or more operators such as and be combined in a single line of program code?

808


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


How are 16- and 32-bit numbers stored?

721


Why malloc is faster than calloc?

590