Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is data structure?

Answers were Sorted based on User's Feedback



what is data structure?..

Answer / anandshan01

A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...

Is This Answer Correct ?    4 Yes 1 No

what is data structure?..

Answer / raju

ds is a collection of data elements and arranhed aspcific
manner

Is This Answer Correct ?    3 Yes 1 No

what is data structure?..

Answer / p.saravanana

Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)

Is This Answer Correct ?    2 Yes 1 No

what is data structure?..

Answer / jh

ds is an data structure

Is This Answer Correct ?    1 Yes 0 No

what is data structure?..

Answer / lokesh

ds is an organising of data

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is return in c programming?

0 Answers  


What is a void * in c?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...

1 Answers   Philips,


How can a process change an environment variable in its caller?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Categories