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
Difference between goto, long jmp() and setjmp()?
What is array of pointers to string?
How can you determine the maximum value that a numeric variable can hold?
Is javascript written in c?
What is the concatenation operator?
How do I convert a string to all upper or lower case?
Was 2000 a leap year?
how to count no of words,characters,lines in a paragraph.
what value is returned to operating system after program execution?
What do the functions atoi(), itoa() and gcvt() do?
Can main () be called recursively?
Is null always equal to 0(zero)?
Explain what is the concatenation operator?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain about the functions strcat() and strcmp()?