what is importance of data sturture in a programming
language?

Answer Posted / mukade7ling

A data structure consists of data elements according to a
logical connection to organize.
On the logical relationship between the data elements
described as data logical structure,
Data stored in a computer, to within the data storage
structure of data structure is the realization form, is in
the computer.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the cout in c++?

563


What is a literal in c++?

571


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1801


What is the meaning of c++?

557


Which one is better- macro or function?

667






Why do we use the using declaration?

670


What is a pointer how and when is it used?

584


Which is the best c++ compiler for beginners?

572


Explain polymorphism?

595


Explain the use of vtable.

625


Can we sort map in c++?

605


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2100


Differentiate between an external iterator and an internal iterator?

579


What is an inline function in c++?

644


Can I learn c++ in a week?

592