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
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Write a Program to accept different goods with the number, price and date of purchase and display them
What are the types of bitwise operator?
Explain the difference between null pointer and void pointer.
Explain the process of converting a Tree into a Binary Tree.
What should malloc(0) do?
What is calloc in c?
Can you please explain the difference between malloc() and calloc() function?
What is static memory allocation? Explain
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Describe explain how arrays can be passed to a user defined function
What is a program flowchart?
Can you explain the four storage classes in C?
What is main () in c language?
Explain modulus operator.