Can I remove microsoft visual c++?
No Answer is Posted For this Question
Be the First to Post Answer
TO start the build process in Developer Studio Which keyboard function is used ?
What is vc++ redistributable?
What is the difference between turbo c++ and visual c++?
What is the difference between the = and == operators?
How can we use cmutex?
Can I remove microsoft visual c++?
What is a transparent image?
What is the RGB macro used for?
How many microsoft visual c++ do you need?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is the default label used for in a switch statement?
How to declare more than one variable on a single line?