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


Please Help Members By Posting Answers For Below Questions

What is || operator and how does it function in a program?

639


How many levels of pointers have?

606


What is a nested formula?

616


What is the difference between break and continue?

615


Why & is used in scanf in c?

635






Explain the use of #pragma exit?

713


Explain data types & how many data types supported by c?

592


What is the difference between printf and scanf )?

609


What are terms in math?

600


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

617


Describe the order of precedence with regards to operators in C.

640


How to write a code for reverse of string without using string functions?

1589


Explain is it better to bitshift a value than to multiply by 2?

724


What is void c?

577


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1136