Pointer Variable@kbw : you have put a good point, i try it on release and find that 'cout<<a' is not changing while ...
Pointer Variableagree with both of you but as soon as i use cout<<&a, 'cout<<a' giving me a constant value, what is ...
Pointer VariableSilly question but interesting.... I know the answers but dont know why so ??? I have an integer...
Exception handlingis there any way to handle this exception without removing throw statement from destructor ?
Exception handlingException is not getting catched by catch block. class abcd { public: int a; abcd(){cou...