When would you choose to return an error code rather than throw an exception?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the FOR loop with a help of a code.
Discuss about iteration statements in C++ .
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
How many times will this loop execute? Explain your answer.
What kind of problems does name mangling cause?
If class D is derived from a base class B
What Is A Conversion Constructor C++ ?
What is the difference between malloc, calloc and realloc?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
What does it mean to declare a member function as static in C++?
What are string library functions(syntax).
Explain what happens when an exception is thrown in C++.