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 would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the description for syntax errors?
What kind of structure is a house?
Which type of language is c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is n in c?
How is pointer initialized in c?
I have seen function declarations that look like this
What happens if a header file is included twice?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain main function in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Difference between exit() and _exit() function?
What is the scope of static variables in c language?
Difference between malloc() and calloc() function?