Can I uninstall microsoft c++ redistributable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is general format for a prototype?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


Which of the following is evaluated first: a) && b) || c) !

0 Answers  


What is virtual destructor ans explain its use?

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,






class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is purpose of new operator?

0 Answers  


Write about the various sections of the executable image?

0 Answers  


What is c++ redistributable?

0 Answers  


What is a stack? How it can be implemented?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Please explain class & object in c++?

0 Answers  


Categories