what is importance of data sturture in a programming
language?
Answer Posted / sumit singh
Logical representation and organization of data in the main
memory in other words it is a logical memory representation
of a storage.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are c++ data types?
What do you mean by const correctness?
What is the use of setprecision in c++?
Difference between pass by value and pass by reference?
Explain register storage specifier.
What is the type of 'this' pointer? When does it get created?
What are the general quetions are in DEna bank manager IT/System interviews?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is a lambda function c++?
Explain the scope of resolution operator.
Give an example of run-time polymorphism/virtual functions.
What is the use of function pointer?
What is an undefined behavior and sequence points
Can I learn c++ without c?
Is it possible to provide default values while overloading a binary operator?