what is importance of data sturture in a programming
language?
Answer Posted / vikram
tell me
| Is This Answer Correct ? | 27 Yes | 27 No |
Post New Answer View All Answers
What sorting algorithm does c++ use?
What is object in c++ wikipedia?
What is the difference between cin.read() and cin.getline()?
Difference between inline functions and macros?
Can a constructor return a value?
what are Access specifiers in C++ class? What are the types?
What are the general quetions are in DEna bank manager IT/System interviews?
What are dynamic type checking?
What do the header files usually contains?
How do you clear a map in c++?
Discussion on error handling of C++ .
Is set c++?
Can we declare a base-class destructor as virtual?
What are friend classes? What are advantages of using friend classes?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that