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

To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


how to swap 4 number without using temporary number?

2 Answers  


What is sizeof int?

0 Answers  


code for reverse alternate words from astring

1 Answers   IBM,






wt is d full form of c

6 Answers   TCS, Wipro,


What standard functions are available to manipulate strings?

0 Answers  


Hai what is the different types of versions and their differences

0 Answers  


What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


What is a keyword?

0 Answers  


inline function is there in c language?

4 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


Categories