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

By using C language input a date into it and if it is right?

572


What's the right way to use errno?

622


Suggesting that there can be 62 seconds in a minute?

596


Why is c so important?

594


In c programming language, how many parameters can be passed to a function ?

629






What is typedef?

672


Where are local variables stored in c?

570


What are the advantages of union?

626


Why we use conio h in c?

582


what are the 10 different models of writing an addition program in C language?

1437


What are the properties of union in c?

588


Why do we write return 0 in c?

553


What are inbuilt functions in c?

560


What is const volatile variable in c?

577


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

622