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 a class definition?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What does new in c++ do?
Difference between pointer to constant vs. Pointer constant
Is nan a c++?
Differentiate between an external iterator and an internal iterator?
Is rust better than c++?
What is singleton pattern in c++?
What is the difference between an array and a list?
Is there finally in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Give example of a pure virtual function in c++?
How do I start a c++ project?
What are c++ storage classes?
What are all predefined data types in c++?