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


Please Help Members By Posting Answers For Below Questions

What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

597


Which ide is best for c++?

553


What is == in programming?

622


Is c++ double?

570


What do you mean by delegate? Can a user retain delegates?

534






Is overriding possible in c++?

581


What does it mean to declare a member variable as static?

618


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1522


What is the difference between a "copy constructor" and an "assignment operator" in C++?

625


What are the advantage of using register variables?

645


What is the difference between a pointer and a link in c ++?

570


How can you link a c++ program to c functions?

626


What is runtime polymorphism in c++?

595


Explain virtual class and friend class.

607


In the derived class, which data member of the base class are visible?

650