When are exception objects created?
No Answer is Posted For this Question
Be the First to Post Answer
What are function poinetrs? where are they used?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Is c++ used anymore?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
How to declare a function pointer?
Enter n no. of element and delete value from desire position
what is Loop function? What are different types of Loops?
What are the main differences between C and C++?
Explain friend class?
What is a custom exception?
Explain public, protected, private in c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.