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
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is microsoft c++ redistributable 2013?
Can we run c program in turbo c++?
What is c++ 11 and c++ 14?
Differentiate between realloc() and free().
Is std :: string immutable?
What will happen if a pointer is deleted twice?
What is const pointer and const reference?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is a literal in c++?
What is abstract class in c++?
What are the effects after calling the delete this operator ?
Is string data type in c++?
what are Access specifiers in C++ class? What are the types?
What are associate containers?