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

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


How can I change the size of the dynamically allocated array?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,






What is a dynamic array in c?

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


why array index always starts from zero??

4 Answers   TCS,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


What are the salient features of c languages?

0 Answers  


What is an operator?

0 Answers  


Categories