Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does the copy constructor differ from the assignment operator (=)?
What are default parameters? How are they evaluated in c++ function?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What are the uses of c++ in the real world?
What do you mean by vtable and vptr in c++?
What does n mean in c++?
How would you call C functions from C++ and vice versa?
Which bit wise operator is suitable for turning off a particular bit in a number?
What are associate containers?
What is null and void pointer?
Describe the advantages of operator overloading?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Write a recursive program to calculate factorial in c++.
Write about the access privileges in c++ and also mention about its default access level?