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 / 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 |
Post New Answer View All Answers
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What do you mean by a sequential access file?
What are header files why are they important?
What is your stream meaning?
What is the difference between functions getch() and getche()?
Explain how do you sort filenames in a directory?
How can I do serial ("comm") port I/O?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
what do you mean by inline function in C?
Why c is procedure oriented?
What are reserved words?
What are structure members?
What's a good way to check for "close enough" floating-point equality?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can I implement a delay, or time a users response, with sub-second resolution?