Answer Posted / jack
No we cannot have private destructors and private
constructors.........
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
When does the c++ compiler create temporary variables?
Does c++ support exception handling?
What is function overloading in C++?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Write about c++ storage classes?
How can I disable the "echo" feature?
What is setfill c++?
What is the advantage of an external iterator.
What does flush do?
Why pointer is used in c++?
How would you find out if a linked-list is a cycle or not?
Explain storage qualifiers in c++.
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Does c++ have finally?