Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How can I delete a file?

1020


Where static variables are stored in memory in c?

957


What are the types of functions in c?

939


How do you declare a variable that will hold string values?

1119


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

997


Describe newline escape sequence with a sample program?

1078


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

1035


What is difference between stdio h and conio h?

1329


Explain 'bus error'?

1027


What are the functions to open and close file in c language?

1143


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.

4166


Is there anything like an ifdef for typedefs?

1103


Explain what is a pragma?

1004


Write a program to print all permutations of a given string.

1144


What are identifiers and keywords in c?

1045