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

what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What is the full form of getch?

0 Answers  


How to find the usage of memory in a c program

1 Answers   Infosys,


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


What is pragma c?

0 Answers  






implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Why doesnt the call scanf work?

0 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


What are bitwise shift operators in c programming?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


Is register a keyword in c?

0 Answers  


Categories