what is importance of data sturture in a programming
language?
Answer Posted / ponnusamy
data structure saving the memory space rather than the
normal program ..and to organise the memory space in the
computer ....
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
What is the advantage of c++ over c?
What is the use of endl in c++?
What is token c++?
what does the following statement mean? int (*a)[4]
What does scope resolution operator do?
How can we check whether the contents of two structure variables are same or not?
Describe protected access specifiers?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What are the various compound assignment operators in c++?
What is function overloading in C++?
Are c and c++ similar?
Where and why do I have to put the "template" and "typename" keywords?
Should the member functions which are made public in the base class be hidden?
What do the keywords volatile and mean mutable?
How can an improvement in the quality of software be done by try/catch/throw?