what is importance of data sturture in a programming
language?
Answer Posted / a. nahas
Regarding use of programming languages, Niclaus Wirth wrote
a book with title "Data Structure + Algorithm = Program".
Therefore one can consider a programming language
as "capabilities to describe data objects of some
structures PLUS cabpabilities to define algorithms. Also,
data structures are very important in the implementation of
programming languages.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
When should we use container classes instead of arrays?
What would happen on forgetting [], while deallocating an array through new?
What is the use of endl in c++ give an example?
What is namespace std; and what is consists of?
What is the use of cmath in c++?
What is a stack? How it can be implemented?
What is DlgProc?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the best way to declare and define global variables?
What is the use of main function in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
How does com provide language transparency?
What is wrapper class in c++?
What is class invariant in c++?
Define virtual constructor.