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.

Answers were Sorted based on User's Feedback



1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to fi..

Answer / gsrinivas

1.Data structure is mathematicle model to represent a data
in a computers memory.programming becomes easy.

Is This Answer Correct ?    12 Yes 4 No

1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to fi..

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

1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to fi..

Answer / tejveer sambariya

data structure is a specialized format for organizing and storing data.

Is This Answer Correct ?    3 Yes 0 No

1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to fi..

Answer / mallikharjuna rao k

Data Structure is a collection of logical and mathematical
representation of data.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Why doesnt the call scanf work?

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


Do you know the use of fflush() function?

0 Answers  


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


what will be maximum number of comparisons when number of elements are given?

0 Answers  


What are global variables and explain how do you declare them?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


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

3 Answers   Broadcom, TCS,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What are the types of unary operators?

0 Answers  


Categories