what does data structure mean?

Answer Posted / rose

An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the memory area not included in C program? give the reason

1508


Write the syntax and purpose of a switch statement in C.

629


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

635


What is the auto keyword good for?

627


What are pragmas and what are they good for?

577






What is declaration and definition in c?

525


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2413


What is the difference between formatted&unformatted i/o functions?

617


What is the difference between array and pointer?

569


How can I change their mode to binary?

698


What is the scope of static variables in c language?

628


What is a spanning Tree?

954


When a c file is executed there are many files that are automatically opened what are they files?

594


how to capitalise first letter of each word in a given string?

1434


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2029