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 / tejveer sambariya

data structure is a specialized format for organizing and storing data.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

code for replace tabs with equivalent number of blanks

1645


Write a program to reverse a string.

644


What is meant by 'bit masking'?

890


largest Of three Number using without if condition?

1012


What is the time and space complexities of merge sort and when is it preferred over quick sort?

678






What is a program flowchart?

609


Why clrscr is used after variable declaration?

1045


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5814


Explain how do you use a pointer to a function?

642


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?

1921


Hi can anyone tell what is a start up code?

1622


What is the difference between the local variable and global variable in c?

537


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2338


What is the use of linkage in c language?

619


What is sizeof array?

619