what is data structure.in linear and non linear data
structures which one is better?Explain

Answer Posted / ashi

A data structure is arrangement of data in a computer's
memory even disk storage linear data is better than non liner

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the application of c?

649


Can we initialize extern variable in c?

633


What is the difference between ++a and a++?

694


What is the use of a semicolon (;) at the end of every program statement?

774


Can you think of a logic behind the game minesweeper.

2010






Is there a built-in function in C that can be used for sorting data?

744


What is a static variable in c?

667


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3248


How do you initialize pointer variables?

614


Where register variables are stored in c?

552


Explain the advantages and disadvantages of macros.

624


What is scope of variable in c?

570


Can a pointer be static?

625


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

782


What is volatile variable in c?

658