what is importance of data sturture in a programming
language?
Answer Posted / 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 |
Post New Answer View All Answers
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
what is a class? Explain with an example.
What are the 3 levels of programming languages?
What is std namespace in c++?
What is meant by forward referencing and when should it be used?
Difference between struct and class in terms of access modifier.
What is different in C++, compare with unix?
Is eclipse good for c++?
Explain the different access specifiers for the class member in c++.
What are the advantages of using typedef in a program?
What do you mean by stack unwinding in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Is c the same as c++?
What does it mean to declare a member function as static?
What do you mean by friend class & friend function in c++?