Answer Posted / abhinav singh
object oriented programming system(software)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain queue. How it can be implemented?
What is #include iomanip?
What is a list c++?
What is tellg () in c++?
What are the operators in c++?
What are the advantages of early binding?
When is dynamic checking necessary?
What is stl containers in c++?
What is a set in c++?
Why do we use double in c++?
What is a manipulative person?
Is vector a class in c++?
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?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a template in c++?