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

How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


What is an expression?

0 Answers  


What are the rules for identifiers in c?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


What is conio h in c?

0 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


What is difference between Structure and Unions?

0 Answers   TISL,


What is the ANSI C Standard?

0 Answers   Celstream,


How can I direct output to the printer?

0 Answers  


Categories