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
Array base access faster or pointer base access is faster?
What is a virtual destructor? Explain the use of it?
What is called array?
What are the 3 levels of programming languages?
Explain stack unwinding.
What is function prototyping? What are its advantages?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
How delete [] is different from delete?
Explain function overloading
How the virtual functions maintain the call up?
Keyword mean in declaration?
When to use “const” reference arguments in a function?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Using a smart pointer can we iterate through a container?
Define a pdb file.