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

whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


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

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


What is a nested loop?

0 Answers  






Explain what is the difference between text files and binary files?

0 Answers  


Why c is called a mid level programming language?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


What is the benefit of using an enum rather than a #define constant?

0 Answers  


different between overloading and overriding

3 Answers  


write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


Categories