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


Please Help Members By Posting Answers For Below Questions

What are the valid places to have keyword “break”?

839


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2006


What are data types in c language?

810


in linking some of os executables are linking name some of them

1906


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

933


Why c is called free form language?

768


What is the difference between malloc() and calloc() function in c language?

834


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1866


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1696


Explain modulus operator.

823


how many errors in c explain deply

1841


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2308


What is a char in c?

765


What is output redirection?

904


What is LINKED LIST? How can you access the last element in a linked list?

841