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 :: operator in c++?
What is c++ in english?
Out of fgets() and gets() which function is safe to use and why?
What is private inheritance?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Who calls main function?
What is the exit function in c++?
What is the use of endl?
What is the difference between a type-specific template friend class and a general template friend class?
What is a manipulator in c++?
What is a c++ class?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is the best c++ book for beginners?
Write a program to find the reverse Fibonacci series starting from N.
Is string data type in c++?