what is C++ exceptional handling?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to add two numbers without using an arithmetic operator.
Out of fgets() and gets() which function is safe to use and why?
Is there any problem with the following: char *a=NULL; char& p = *a;?
How one would use switch in a program?
What is the use of structure in c++?
Difference between inline functions and macros?
Differentiate between an inspector and a mutator ?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Why do C++ compilers need name mangling?
What is private public protected in c++?
What is decltype c++?