what is data structure

Answer Posted / cynthia

Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers? What are different types of pointers?

622


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

575


How can I read in an object file and jump to locations in it?

573


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774


Explain b+ tree?

618






How many keywords are there in c?

586


where are auto variables stored? What are the characteristics of an auto variable?

587


What is the size of structure pointer in c?

610


What is the difference between test design and test case design?

1564


What is malloc return c?

596


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

618


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1113


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

689


What is the need of structure in c?

562


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

692