what is importance of data sturture in a programming
language?
Answer Posted / mohamed idris
data sturcture is used to established how data can be
proformed in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between equal to (==) and assignment operator (=)?
What is the best c c++ compiler for windows?
Why is c++ considered difficult?
How many ways can a variable be initialized into in C++?
What is setfill c++?
What's the most powerful programming language?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
what is the use of void main() in C++ language?
Is it possible for a member function to use delete this?
Explain how overloading takes place in c++?
What is an undefined behavior and sequence points
Explain the concept of copy constructor?
What are separators in c++?
What is the array and initializing arrays in c++?