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
What is a null pointer in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the difference between new and malloc functions?
How many types of arrays are there in c?
What are different storage class specifiers in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is the difference between a function and a method in c?
What is c standard library?
What is bin sh c?
What is volatile variable how do you declare it?
Explain the advantages and disadvantages of macros.
What is return type in c?
What is 1f in c?
Mention four important string handling functions in c languages .