what does data structure mean?

Answers were Sorted based on User's Feedback



what does data structure mean?..

Answer / <<123>>

data structure is a way of storing data in a computer so
that it can be used efficiently.

Is This Answer Correct ?    23 Yes 1 No

what does data structure mean?..

Answer / richa

and also by default static variable is initialised to
zero...

Is This Answer Correct ?    10 Yes 0 No

what does data structure mean?..

Answer / ajay009ajay@yahoo.co.in

every group of element be arranged in either mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.

Is This Answer Correct ?    9 Yes 0 No

what does data structure mean?..

Answer / baskar.m

An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.

what does data structure mean?
Answer
# 3 every group of element be arranged in either
mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.

Is This Answer Correct ?    6 Yes 0 No

what does data structure mean?..

Answer / rose

An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.

Is This Answer Correct ?    3 Yes 1 No

what does data structure mean?..

Answer / jarke

Data structure is an organized way of storing and
retrieving data or information that includes different
methods like queues,stack,link list,tree etc.

Is This Answer Correct ?    4 Yes 2 No

what does data structure mean?..

Answer / dippi

data structure is a structure in which elements having
different datatypes can be kept

Is This Answer Correct ?    5 Yes 4 No

what does data structure mean?..

Answer / irfan ullah(pak)

Data structure is an organization of data in computer memory to minimize memory wastage and improve processing speed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What are enums in c?

0 Answers  


What is optimization in c?

0 Answers  


What does calloc stand for?

0 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  






What is the difference between int main and void main in c?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


How can I access memory located at a certain address?

3 Answers   Verizon,


What is FIFO?

0 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Categories