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
Why is c++ not purely object oriented?
What is difference between c++ and c ++ 14?
What is the auto keyword good for in c++?
What is the difference between #import and #include in c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is an iterator class in c++?
Why are pointers not used in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Why should we use null or zero in a program?
Does c++ vector allocate memory?
What is the most useful programming language?
What are single and multiple inheritances in c++?
What is c strings syntax?
What is class definition in c++ ?