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 a lambda function c++?
What are the restrictions apply to constructors and destructors?
What is the basic concept of c++?
What is polymorphism and its type in c++?
How do you establish an is-a relationship?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is a storage class?
What is iomanip c++?
Can malloc be used in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What things would you remember while making an interface?
Explain function overloading
Define the process of handling in case of destructor failure?
What is the main use of c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?