Where are setjmp and longjmp used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Does c++ have finally?
Show the declaration for a static function pointer.
Why is c++ considered difficult?
What is the handle class?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is enum class in c++?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
Why main function is special in c++?
Can a class be static in c++?
Explain about vectors in c ++?
What programming language should I learn first?
What is a c++ class?