Answer Posted / nashiinformaticssolutions
Exception handling in C++ is implemented using try, catch, and throw blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we declare a base-class destructor as virtual?
Can you declare an array without a size in c++?
How would you use the functions randomize() and random()?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are built-in functions? What is the syntax for the definition?
Is c++ a difficult language?
What are the storage qualifiers?
What is class and structure in c++?
What is data structure in c++?
What do you mean by a template?
What is meant by entry controlled loop?
Does c++ have finally?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Is c++ a software?
Write about the various sections of the executable image?