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


Please Help Members By Posting Answers For Below Questions

What is the advantage of an array over individual variables?

747


How do you print only part of a string?

620


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

986


What is the difference between the = symbol and == symbol?

631


Why do we use null pointer?

609






Why clrscr is used in c?

592


What is a stream in c programming?

598


What is a pointer in c plus plus?

699


What are the Advantages of using macro

689


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

626


What's the total generic pointer type?

620


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1771


Define macros.

787


write a program to generate address labels using structures?

4012


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3694