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

int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1401


Difference between exit() and _exit() function?

901


Tell me what is null pointer in c?

800


What is New modifiers?

892


What is main return c?

750


Why do some versions of toupper act strangely if given an upper-case letter?

852


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

809


What are two dimensional arrays alternatively called as?

953


What are pointers?

866


What is the code for 3 questions and answer check in VisualBasic.Net?

1921


What is malloc() function?

848


Explain why C language is procedural?

986


What do you mean by command line argument?

848


I came across some code that puts a (void) cast before each call to printf. Why?

976


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2428