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 / 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 View All Answers
What are the types of data files?
Where in memory are my variables stored?
Is malloc memset faster than calloc?
How can I call fortran?
How pointers are declared?
Tell me can the size of an array be declared at runtime?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the types of pointers?
What is c token?
Explain the concept and use of type void.
Do you know the difference between malloc() and calloc() function?
What do you mean by keywords in c?
How do you convert strings to numbers in C?
Write a program to identify if a given binary tree is balanced or not.
What is static function in c?