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
What is the Use of the Developer Studio Editor?
What is microsoft visual c++ 2008 redistributable and do I need it?
Can I uninstall visual c++ 2005?
What is an overlapped image?
what is DLL?
How do I change visual code font?
What is a mnemonic?
What are the advantages of a message map
Difference between critical section, mutex and semaphore.
What is a wizard?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
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.