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...

1.What is a Data Structure? Explain its need?
2.What is a Directed Graph? Write an algorithm to find
whether a Directed Graph is connected or not?
3.Explain the process of converting a Tree to a Binary Tree.

Answer Posted / diwakar anand

What is a Data Structure? Explain its need?
Ans- 1. A data structure is a systematic way of
organizing and accessing data.
2. A data structure tries to structure data!
* Usually more than one piece of data
* Should define legal operations on the data
* The data might be grouped together (e.g. in an
linked list)

3. When we define a data structure we are in fact
creating a new data type of our own.
* i.e. using predefined types or previously user
defined types.
* Such new types are then used to reference
variables type within a program

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I list all of the predefined identifiers?

927


What is extern keyword in c?

1082


Which of these functions is safer to use : fgets(), gets()? Why?

1045


What are the modifiers available in c programming language?

1174


What does %2f mean in c?

1161


Explain how can I avoid the abort, retry, fail messages?

990


What are the disadvantages of external storage class?

1005


How will you write a code for accessing the length of an array without assigning it to another variable?

1001


What are the 4 types of programming language?

1049


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1095


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1292


Explain which function in c can be used to append a string to another string?

1037


What will be your course of action for a push operation?

1051


What is the c language function prototype?

1042


What are the key features in c programming language?

1005