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's the order in which the local objects are destructed?
Define the process of error-handling in case of constructor failure?
What is this weird colon-member (" : ") syntax in the constructor?
What are disadvantages of pointers?
What does return 0 do in c++?
How can you create a virtual copy constructor?
What is the difference between a reference and a pointer?
Is it possible to get the source code back from binary file?
How many characters are recognized by ANSI C++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Write a program in C++ for Fibonacci series
What is a tree in c++?
What is the extension of c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is namespace std; and what is consists of?