How would you represent an error detected during constructor
of an object?
Answer / arash
errors in constructors are represented by exceptions
Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of map in c++?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
What is the difference between #import and #include?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Can I learn c++ without learning c?
Differentiate between structure and class in c++.
What is a pointer how and when is it used?
What does n mean in c++?
Floating point representation and output seems to be compiler dependent?
What is the difference between a pointer and a link in c ++?
What are static variables?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?