What is microsoft visual c++ 2008 redistributable and do I need it?


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

Post New Answer

More VC++ AllOther Interview Questions

What is microsoft visual c++ 2008 redistributable?

0 Answers  


What is type-safety?

1 Answers  


difference between assert and verify.

0 Answers  


Name the three attributes of a pen?

1 Answers  


Explain the important features of vc++?

0 Answers  






#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


Do I need microsoft visual c++ on my computer?

0 Answers  


How do I install microsoft visual c++ 2015?

0 Answers  


Which steps are required to add a column to a list view?

2 Answers  


what r the vc++ components

3 Answers  


Can I uninstall visual c++?

0 Answers  


Name some examples of the different types of windows found in a Windows application?

4 Answers  


Categories