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
Is dev c++ a good compiler?
What are the basic data types used in c++?
What is a c++ class?
What are the sizes and ranges of the basic c++ data types?
What is the C-style character string?
Is swift faster than go?
How do you declare A pointer to a function which receives nothing and returns nothing
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Do you know what are static and dynamic type checking?
What is function prototyping?
What is the use of register keyword with the variables?
How does com provide language transparency?
What are the uses of typedef in a program?
Do class declarations end with a semicolon? Do class method definitions?
What causes a runtime error c++?