what is data structure?

Answer Posted / raju

ds is a collection of data elements and arranhed aspcific
manner

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the message "automatic aggregate intialization is an ansi feature" mean?

687


How can a program be made to print the line number where an error occurs?

640


What is difference between && and & in c?

576


How does placing some code lines between the comment symbol help in debugging the code?

536


What is table lookup in c?

622






What is sizeof array?

600


What is the advantage of a random access file?

635


What is n in c?

569


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4975


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1501


Explain how do you sort filenames in a directory?

598


What does s c mean in text?

603


What is a lookup table in c?

618


What are logical errors and how does it differ from syntax errors?

647


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1998