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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we change the value of #define in c?

1051


What is the purpose of 'register' keyword in c language?

1069


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2751


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1304


What is the correct declaration of main?

1261


Write a code to generate a series where the next element is the sum of last k terms.

1287


What is the value of h?

1083


Write a program to swap two numbers without using a temporary variable?

1178


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2056


What are the uses of a pointer?

1196


What is bss in c?

1157


What is the difference between a string and an array?

1258


How can I get the current date or time of day in a c program?

1268


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1160


What is the default value of local and global variables in c?

1098