Can I uninstall microsoft c++ redistributable?
No Answer is Posted For this Question
Be the First to Post Answer
What is general format for a prototype?
What do you mean by stack unwinding in c++?
Which of the following is evaluated first: a) && b) || c) !
What is virtual destructor ans explain its use?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
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 purpose of new operator?
Write about the various sections of the executable image?
What is c++ redistributable?
What is a stack? How it can be implemented?
How do you know that your class needs a virtual destructor?
Please explain class & object in c++?