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 are manipulators in c++ with example?

0 Answers  


What is meant by a delegate?

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,






What is the purpose of ios::basefield in the following statement?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What is null pointer and void pointer?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What is array in c++ pdf?

0 Answers  


What are the two main components of c++?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


Categories