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 are the valid places to have keyword “break”?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are data types in c language?
in linking some of os executables are linking name some of them
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why c is called free form language?
What is the difference between malloc() and calloc() function in c language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain modulus operator.
how many errors in c explain deply
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is a char in c?
What is output redirection?
What is LINKED LIST? How can you access the last element in a linked list?