Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
1127What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
1164Post New C++ General Questions
What is a modifier in c++?
What is a loop? What are different types of loops in c++?
What is a driver program?
What is c++ hash?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Does c++ support exception handling?
Is c++ high level programming language?
Which programming language's unsatisfactory performance led to the discovery of c++?
Does c++ have a hash table?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
How many standards of c++ are there?
What jobs can you get with a c++ certification?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Can I create my own functions in c++?
Where do I find the current c or c++ standard documents?