What is a data structure?

Answer Posted / deepti

A DATA STRUCTURE IS A LOGICAL REPRESENTATION OF LARGE DATA
INTO MEMORY LOCATION EITHER LINEARLY OR NON-LINEARLY.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

541


How do you find the size of an arraylist?

401


What is an ordered list?

568


What do you mean by heap order property?

584


How do you find the number of comparisons in bubble sort?

508






What are the disadvantages of sequential storage?

720


Differentiate bfs and dfs?

556


What is the difference between array sort () and array sort t >()?

450


Is pointer a variable in data structure?

518


What is the main advantage of a linked list?

489


List the applications of set adt?

492


What is a treemap chart?

438


What is the need for priority queue?

554


What is max heapify?

479


Can you dynamically allocate arrays in expanded memory?

613