Can we make copy constructor private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is increment operator in c++?
What is code reusability in c++?
How should runtime errors be handled in c++?
What is the c++ code?
What is called array?
Explain the difference between new() and malloc() in c++?
What is a modifier in c++?
Tell me an example where stacks are useful?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
What is general form of pure virtual function? Explain?
What is the outcome of cout< a) 16 b) 17 c) 16.5
How to write a program such that it will delete itself after exectution?