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
What is wild pointer in c with example?
What is selection sort in c?
Why c is procedure oriented?
Is c a great language, or what?
What are data types in c language?
What is the difference between printf and scanf in c?
What are reserved words with a programming language?
Explain what will the preprocessor do for a program?
What is variable initialization and why is it important?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the use of header?
Why c language is called c?
How can I manipulate strings of multibyte characters?
Explain the concept and use of type void.
Explain modulus operator. What are the restrictions of a modulus operator?