what is data structure

Answers were Sorted based on User's Feedback



what is data structure ..

Answer / ali

A data structure in computer science is a to store data in a
computer that can be used efficiently.It is an organitzation
of mathematical and logical concepts of data.

Is This Answer Correct ?    3 Yes 1 No

what is data structure ..

Answer / cynthia

Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.

Is This Answer Correct ?    2 Yes 0 No

what is data structure ..

Answer / cynthia

Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.

Is This Answer Correct ?    1 Yes 0 No

what is data structure ..

Answer / vignesh1988i

data structure is nothing but basically C , in which our data can be efficiently handled without any memory wastages and data can be easily be retrieved for manipulations and strengthens the data security since the usage of POINTERS are more here........

thank u

Is This Answer Correct ?    1 Yes 1 No

what is data structure ..

Answer / rohit sah

A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 Answers  


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


What is use of null pointer in c?

0 Answers  


what is void pointer?

1 Answers   Wipro,


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,






wat s the meaning of (int *)p +4;

2 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


What is the difference between ‘g’ and “g” in C?

1 Answers  


What is the condition that is applied with ?: Operator?

0 Answers  


what is the importance of spanning tree?

0 Answers  


What is the use of #include in c?

0 Answers  


Categories