what is importance of data sturture in a programming
language?
Answer Posted / namal perera
explain how importance and the use of data sturtures effect
the development of software industry?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define linked lists with the help of an example.
What is searching? Explain linear and binary search.
What do you mean by delegate? Can a user retain delegates?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Differentiate between the message and method in c++?
Where and why do I have to put the "template" and "typename" keywords?
What is constructor in C++?
Is it possible to write a c++ template to check for a function's existence?
Write about the various sections of the executable image?
Do you know about C++ 11 standard?
How many standards of c++ are there?
What language is a dll written in?
What do you mean by vtable and vptr in c++?
How a pointer differs from a reference?
What does scope resolution operator do?