what is data structure.in linear and non linear data
structures which one is better?Explain
Answer Posted / rama krishna sidhartha
A data structure is a collection or organization of the data
in computer memory
(or)
A data structure is arrangement of data in a computer's
memory or even disk storage.
In linear and non-linear data structures, linear data
structure is better than non linear data structure. Because
in linear data structure, the elements of the data structure
are represented in the sequence. Whereas, in non linear data
structure is not in sequence.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to check prime number in c programming?
What will the preprocessor do for a program?
What is the difference between Printf(..) and sprint(...) ?
What do the functions atoi(), itoa() and gcvt() do?
how to count no of words,characters,lines in a paragraph.
What is the difference between text files and binary files?
What is the difference between NULL and NUL?
What are the salient features of c languages?
What are header files? What are their uses?
What is 1f in c?
What are the standard predefined macros?
Write a program to print factorial of given number without using recursion?
How can I split up a string into whitespace-separated fields?
What is the difference between c &c++?
What are two dimensional arrays alternatively called as?