what is importance of data sturture in a programming
language?
Answer Posted / dd
Data Structure is logical memory representation of
storage.In electronic terms insted of gate complications
storage is given in specific structure to store in Bit
format.With the identififcation and type.
| Is This Answer Correct ? | 35 Yes | 19 No |
Post New Answer View All Answers
If you don’t declare a return value, what type of return value is assumed?
Define stacks. Provide an example where they are useful.
Why namespace is used in c++?
What happens if a pointer is deleted twice?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
How many namespaces are there in c++?
What are protected members in c++?
What do you mean by persistent and non persistent objects?
What is the header file for setw?
Is string data type in c++?
Explain what are mutator methods in c++?
What is the best free c++ compiler for windows?
What is a dynamic binding in c++?
Explain how functions are classified in C++ ?
What are the various situations where a copy constructor is invoked?