what is importance of data sturture in a programming
language?
Answers were Sorted based on User's Feedback
Answer / kranthikumar
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 ? | 7 Yes | 11 No |
Will this c++ program execute or not?
differance between copy & clon
Which field is used in c++?
What is iomanip c++?
What are the sizes and ranges of the basic c++ data types?
What is a dynamic binding in c++?
Do inline functions improve performance?
Is it possible to provide default values while overloading a binary operator?
why and when we can declar member fuction as a private in the class?
Can a constructor return a value?
Can member data be public?
Can you pass an array to a function in c++?