what is data structure.in linear and non linear data
structures which one is better?Explain

Answers were Sorted based on User's Feedback



what is data structure.in linear and non linear data structures which one is better?Explain..

Answer / ashi

A data structure is arrangement of data in a computer's
memory even disk storage linear data is better than non liner

Is This Answer Correct ?    15 Yes 3 No

what is data structure.in linear and non linear data structures which one is better?Explain..

Answer / 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

what is data structure.in linear and non linear data structures which one is better?Explain..

Answer / some guy

++linear and non-linear data structures have their own
significance ......which is better then the other is depend
on the application of data structure ...

for eg.
linear search vs. BST(binary search tree)

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


What language is c written?

0 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


Explain what is meant by 'bit masking'?

0 Answers  






Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


What is main void in c?

1 Answers  


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


Is a pointer a kind of array?

0 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


Categories